Skip to content

Commit 03e9591

Browse files
TheLarkInnaJean
authored andcommitted
chore(package.json): Add sideEffects: false field in package.json (vuejs#8099)
1 parent 9b8b208 commit 03e9591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)