Skip to content

Commit ce320f8

Browse files
committed
fix: include element is bundle side effects
1 parent 0f7656c commit ce320f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bundle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"/src/"
3232
],
3333
"sideEffects": [
34-
"./lib/index.js",
35-
"./src/index.ts"
34+
"./elements.js",
35+
"./elements.ts"
3636
],
3737
"scripts": {
3838
"test": "karma start --coverage"

0 commit comments

Comments
 (0)