We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a20e9 commit 4db262dCopy full SHA for 4db262d
package.json
@@ -35,7 +35,7 @@
35
"type": "commonjs",
36
"main": "./lib/index.js",
37
"types": "./types/index.d.ts",
38
- "sideEffects": false,
+ "sideEffects": ["*.css", "*.scss"],
39
"scripts": {
40
"mocha": "mocha",
41
"lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",
0 commit comments