diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 151b4bd5..11fd1bd9 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -20,8 +20,7 @@ module.exports = { { test: /\.css$/, loader: "style-loader!css-loader" }, { test: /\.js$/, exclude: /node_modules/, loader: "babel-loader" }, { test: /\.(jpe?g|png|gif|svg)$/i, loaders: [ - 'file-loader?hash=sha512&digest=hex&name=[hash].[ext]', - 'image-webpack-loader' + 'file-loader?hash=sha512&digest=hex&name=[hash].[ext]' ]} ] }, |