Skip to content

Commit

Permalink
Include index files in sideEffects list
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeney committed Dec 6, 2019
1 parent 23b6496 commit 84a1662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"unpkg": "dist/core.bundle.js",
"sideEffects": [
"*.css",
"lib/esm/index.js",
"lib/esm/components/index.js",
"lib/esm/common/configureDom4.js",
"lib/esnext/index.js",
"lib/esnext/components/index.js",
"lib/esnext/common/configureDom4.js",
"lib/cjs/index.js",
"lib/cjs/components/index.js",
"lib/cjs/common/configureDom4.js"
],
"bin": {
Expand Down

0 comments on commit 84a1662

Please sign in to comment.