aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-02-05 23:10:39 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commit5f6126a48678ef56b3e26357ad8491c4892e3d89 (patch)
treef361b0c3842ac7fcb7f13f0d6597a3ede44ad57d /vnext/webpack.config.js
parentd88137fbd6f826888cab03ecfc2cd2eb00118d96 (diff)
update dependencies, move to Yarn
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js3
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]'
]}
]
},