diff --git a/config/webpack.config.js b/config/webpack.config.js index 6330e79e..6c815ffd 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -70,7 +70,7 @@ module.exports = { loaders: [ { test: /\.json$/, - loader: 'json' + loader: 'json-loader' } ].concat(getSourcemapLoader()) },