Skip to content

Commit fbc6d8c

Browse files
authored
Re-add sideEffects false to package.json
This appears to have been lost in the 4.0.0 release
1 parent b323179 commit fbc6d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"files": [
1616
"dist"
1717
],
18+
"sideEffects": false,
1819
"scripts": {
1920
"clear": "npm run clear:parcel-cache & npm run clear:builds & npm run clear:node_modules",
2021
"clear:builds": "rm -rf ./packages/*/dist",

0 commit comments

Comments
 (0)