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 1dd9ea9 commit 9be9746Copy full SHA for 9be9746
package.json
@@ -80,6 +80,7 @@
80
"copy-examples": "node utils/copy-examples",
81
"release:ci": "rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish",
82
"start": "webpack-dev-server --port 9002",
83
+ "start-with-local-compiler": "webpack-dev-server --port 9002 --env webDemoUrl='//localhost:8080'",
84
"lint": "eslint . --ext .ts",
85
"fix": "eslint --fix --ext .ts .",
86
"test": "npm run build:all && npm run test:run",
0 commit comments