Skip to content

Commit

Permalink
[core] fix: Explicitly declare dom4 side effects (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeney authored and adidahiya committed Nov 27, 2019
1 parent 3eef70e commit cb11010
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

1 comment on commit cb11010

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix: Explicitly declare dom4 side effects (#3867)

Previews: documentation | landing | table

Please sign in to comment.