Skip to content

Commit

Permalink
Add react-tooltip to vendors bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Nov 18, 2020
1 parent 12f489d commit 5914192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"path": "./dist/auspice.chunk.other-vendors.bundle.*.js",
"maxSize": "80 kB"
"maxSize": "85 kB"
},
{
"path": "./dist/auspice.chunk.locales.bundle.*.js",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const generateConfig = ({extensionPath, devMode=false, customOutputPath, analyze
"lodash", // lodash is imported selectively using the lodash plugin, new usages may change the bundle
"react-transition-group",
"react-icons",
"react-tooltip",
"create-react-class",
"mousetrap",
"react-input-autosize",
Expand Down

0 comments on commit 5914192

Please sign in to comment.