diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js index dcb55e0f..cbce03f3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -54,8 +54,8 @@ module.exports = (env, argv) => { } ] }, - { test: /\.png$/, loader: 'url-loader?limit=10000000000' }, - { test: /\.svg$/, loader: 'url-loader?limit=10000000000' } + { test: /\.png$/, loader: 'url-loader' }, + { test: /\.svg$/, loader: 'url-loader' } ] }, plugins: [ |