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.
sideEffects
1 parent e25d4ee commit 1dcd51fCopy full SHA for 1dcd51f
package.json
@@ -5,7 +5,9 @@
5
"main": "dist/umd/index.js",
6
"module": "dist/esm/index.js",
7
"source": "src/index.js",
8
- "sideEffects": false,
+ "sideEffects": [
9
+ "*.css"
10
+ ],
11
"scripts": {
12
"build": "yarn build-js-all && yarn copy-styles && yarn build-styles",
13
"build-js-all": "yarn build-js-esm && yarn build-js-umd",
0 commit comments