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 e1b2943 commit 9506184Copy full SHA for 9506184
package.json
@@ -12,7 +12,7 @@
12
"dev": "tsc --watch",
13
"build": "tsc",
14
"dev-example": "webpack-dev-server --config example/webpack.config.js --inline --hot",
15
- "build-example": "webpack --config example/webpack.config.js --env.prod",
+ "build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod",
16
"lint": "prettier --write --parser typescript \"src/**/*.ts\""
17
},
18
"gitHooks": {
0 commit comments