diff --git a/webpack.config.js b/webpack.config.js index 8e7d0bd27..ba6f26988 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,8 +37,7 @@ module.exports = { }, { test: /\.json$/, - loader: 'json-loader', - include: path.resolve(__dirname, 'src') + loader: 'json-loader' }, { test: /\.scss$/,