Remove json-loader, unnecessary with Webpack v2

See these notes:

- https://webpack.js.org/guides/migrating/#json-loader-is-not-required-anymore
- https://github.com/webpack-contrib/json-loader#json-loader
This commit is contained in:
Jérémie Astori 2017-04-25 22:31:37 +02:00 committed by Yash Srivastav
parent e000ba45df
commit 5c3e15e17c
No known key found for this signature in database
GPG Key ID: 67A09FFAC003E189
2 changed files with 0 additions and 5 deletions

View File

@ -49,7 +49,6 @@
"express-handlebars": "3.0.0",
"fs-extra": "2.1.2",
"irc-framework": "2.8.0",
"json-loader": "0.5.4",
"ldapjs": "1.0.1",
"lodash": "4.17.4",
"moment": "2.18.1",

View File

@ -47,10 +47,6 @@ let config = {
}
}
},
{
test: /\.json$/,
loader: "json-loader"
},
{
test: /\.tpl$/,
include: [