diff options
Diffstat (limited to 'client/web/shared.webpack.config.js')
| -rw-r--r-- | client/web/shared.webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/web/shared.webpack.config.js b/client/web/shared.webpack.config.js index 81f7a6a..a666c3c 100644 --- a/client/web/shared.webpack.config.js +++ b/client/web/shared.webpack.config.js @@ -52,7 +52,7 @@ module.exports = { }, { test: /\.(gif|jpe?g|png|svg)$/, - loader: 'url-loader', + loader: 'url-loader?limit=8192', query: { name: 'images/[name]-[hash:16].[ext]' }, }, { |
