Skip to content

Commit 9f743e1

Browse files
authored
Merge pull request #140 from me4502/patch-1
Re-add sideEffects false to package.json
2 parents b323179 + fbc6d8c commit 9f743e1

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)