Skip to content

Commit c8fc9cc

Browse files
author
pooya parsa
committed
fix: set sideEffects field in package.json to allow tree-shaking
1 parent 5a717c4 commit c8fc9cc

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
@@ -4,6 +4,7 @@
44
"description": "Read/Write config couldn't be easier!",
55
"repository": "nuxt-contrib/rc9",
66
"license": "MIT",
7+
"sideEffects": false,
78
"main": "dist/index.js",
89
"types": "dist/index.d.ts",
910
"files": [

0 commit comments

Comments
 (0)