Skip to content

Commit f00bebd

Browse files
committed
fix(imageSize): Increase image size into bundle
1 parent d0d1433 commit f00bebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function buildWebpackConfiguration(name, basepath, outputPath, compress) {
3434
test: entry,
3535
loader: `expose-loader?Simput.types.${name}`,
3636
},
37-
{ test: /\.(png|jpg|svg)$/, use: 'url-loader?limit=81920' },
37+
{ test: /\.(png|jpg|svg)$/, use: 'url-loader?limit=1000000' },
3838
{
3939
test: /\.css$/,
4040
exclude: /node_modules/,

0 commit comments

Comments
 (0)