diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-03 23:11:41 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-03 23:11:41 -0400 |
| commit | 986b83ef5519ebb989ee4745d7a9715057dff972 (patch) | |
| tree | 3c0134c18d21f93f56cb2d5533c7c9795952b3eb /client/web/shared.webpack.config.js | |
| parent | 5cc9c731a37a54b5da0ac096f231b56d245885a6 (diff) | |
more stuff
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]' }, }, { |
