Skip to content

Commit fc80eb2

Browse files
dirkjfjoshgoebel
authored andcommitted
(chore) explicitly set sideEffect for css and scss files, fixes #3504 (#3511)
1 parent 7a62552 commit fc80eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)