Skip to content

Commit

Permalink
Explicitly declare dom4 side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeney committed Nov 27, 2019
1 parent 3eef70e commit fe5c90f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"style": "lib/css/blueprint.css",
"unpkg": "dist/core.bundle.js",
"sideEffects": [
"*.css"
"*.css",
"lib/esm/components/index.js",
"lib/esnext/components/index.js",
"lib/cjs/components/index.js"
],
"bin": {
"upgrade-blueprint-2.0.0-rename": "./scripts/upgrade-blueprint-2.0.0-rename.sh",
Expand Down

0 comments on commit fe5c90f

Please sign in to comment.