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 7a62552 commit fc80eb2Copy full SHA for fc80eb2
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