Skip to content

Commit 4db262d

Browse files
authored
(chore) explicitly set sideEffect for css and scss files, fixes #3504 (#3511)
1 parent 86a20e9 commit 4db262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"type": "commonjs",
3636
"main": "./lib/index.js",
3737
"types": "./types/index.d.ts",
38-
"sideEffects": false,
38+
"sideEffects": ["*.css", "*.scss"],
3939
"scripts": {
4040
"mocha": "mocha",
4141
"lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",

0 commit comments

Comments
 (0)