Skip to content

Commit 5e3823a

Browse files
TheLarkInnyyx990803
authored andcommitted
chore(package.json): Add sideEffects: false field in package.json (#8099)
1 parent 654e5f1 commit 5e3823a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dist/*.js",
1313
"types/*.d.ts"
1414
],
15+
"sideEffects": false,
1516
"scripts": {
1617
"dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev",
1718
"dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs",

0 commit comments

Comments
 (0)