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 72d04b1 commit 6be6034Copy full SHA for 6be6034
package.json
@@ -26,7 +26,6 @@
26
"scripts": {
27
"dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001",
28
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --open --hot",
29
- "site-test": "cross-env NODE_ENV=production webpack --config ./webpack.site.config.js",
30
"test": "cross-env NODE_ENV=test jest --config .jest.js",
31
"site": "node scripts/run.js site-dist",
32
"copy": "node scripts/run.js copy-html",
@@ -198,6 +197,9 @@
198
197
"warning": "^3.0.0"
199
},
200
"sideEffects": [
+ "site/*",
201
+ "components/style.js",
202
+ "components/**/style/*",
203
"dist/*",
204
"es/**/style/*",
205
"lib/**/style/*",
0 commit comments