Skip to content

Commit

Permalink
(chore) explicitly set sideEffect for css and scss files, fixes #3504 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjf authored and joshgoebel committed Apr 11, 2022
1 parent 7a62552 commit fc80eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"type": "commonjs",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"sideEffects": false,
"sideEffects": ["*.css", "*.scss"],
"scripts": {
"mocha": "mocha",
"lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",
Expand Down

0 comments on commit fc80eb2

Please sign in to comment.