summaryrefslogtreecommitdiff
path: root/client/web/shared.webpack.config.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-06-04 17:07:25 +0000
committerjules <jules@carbonpictures.com>2017-06-04 17:07:25 +0000
commit781a15e3a904cc73956f626794c57c5e99014392 (patch)
tree8ff1836f7b0a9e60f8aff08b465218ed5f74684d /client/web/shared.webpack.config.js
parent0381d4cfd11c17aa5da9ba8d95ea7692dfbb03ec (diff)
parent986b83ef5519ebb989ee4745d7a9715057dff972 (diff)
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'client/web/shared.webpack.config.js')
-rw-r--r--client/web/shared.webpack.config.js2
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]' },
},
{