Skip to content

Commit 6d2c71d

Browse files
feat(package.json): added sideEffects flag
1 parent 38a7e6b commit 6d2c71d

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": "A rollup plugin to make assets external but include them in the output.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
7+
"sideEffects": false,
78
"files": [
89
"dist/**/*"
910
],

0 commit comments

Comments
 (0)