diff --git a/webpack.config.js b/webpack.config.js index 0f74326f..1ad3e5f4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,10 +64,6 @@ module.exports = { { test: /\.html$/, use: 'handlebars-loader?helperDirs[]=' + __dirname + '/web/app/ui/helpers' - }, - { - test: /\.json$/, - use: 'json-loader' }] }, devServer: {