Skip to content

Commit 1c4d40b

Browse files
author
Artem Sapegin
committed
Chore: Okay, I give up with it
1 parent 48f7220 commit 1c4d40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sections/styleguide.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ module.exports = {
8383
env === 'development'
8484
? false
8585
: {
86-
maxAssetSize: 850000, // bytes
87-
maxEntrypointSize: 850000, // bytes
86+
maxAssetSize: 1100000, // bytes
87+
maxEntrypointSize: 1100000, // bytes
8888
hints: 'error',
8989
},
9090
}),

0 commit comments

Comments
 (0)