Skip to content

Commit 45281dd

Browse files
committed
Fixed images in build
1 parent 98f1203 commit 45281dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = merge(baseConfig, {
123123
use: {
124124
loader: "url-loader",
125125
options: {
126-
limit: 10000,
126+
limit: 1000000,
127127
mimetype: "image/svg+xml",
128128
}
129129
}

0 commit comments

Comments
 (0)