Skip to content

Commit

Permalink
Fix: Downgrade Buble because of the increased bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Sapegin committed Nov 21, 2018
1 parent 5bd42a3 commit af4ad4a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 21 deletions.
4 changes: 2 additions & 2 deletions examples/sections/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ module.exports = {
env === 'development'
? false
: {
maxAssetSize: 720000, // bytes
maxEntrypointSize: 720000, // bytes
maxAssetSize: 850000, // bytes
maxEntrypointSize: 850000, // bytes
hints: 'error',
},
}),
Expand Down
54 changes: 36 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"acorn": "^6.0.4",
"acorn-jsx": "^5.0.0",
"ast-types": "^0.11.6",
"buble": "^0.19.6",
"buble": "0.19.4",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^1.0.0",
"clipboard-copy": "^2.0.1",
Expand Down

0 comments on commit af4ad4a

Please sign in to comment.