We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d1433 commit f00bebdCopy full SHA for f00bebd
1 file changed
src/cli/compile.js
@@ -34,7 +34,7 @@ function buildWebpackConfiguration(name, basepath, outputPath, compress) {
34
test: entry,
35
loader: `expose-loader?Simput.types.${name}`,
36
},
37
- { test: /\.(png|jpg|svg)$/, use: 'url-loader?limit=81920' },
+ { test: /\.(png|jpg|svg)$/, use: 'url-loader?limit=1000000' },
38
{
39
test: /\.css$/,
40
exclude: /node_modules/,
0 commit comments