Remove watch option from webpack serve script

This commit is contained in:
Frederic Junod
2021-02-11 15:02:10 +01:00
parent ebc8864680
commit 22413284a3

View File

@@ -17,7 +17,7 @@
"test": "npm run test-spec && npm run test-rendering -- --force",
"karma": "karma start test/karma.config.js",
"start": "npm run serve-examples",
"serve-examples": "webpack serve --config examples/webpack/config.js --mode development --watch",
"serve-examples": "webpack serve --config examples/webpack/config.js --mode development",
"build-examples": "webpack --config examples/webpack/config.js --mode production",
"build-package": "npm run transpile && npm run copy-css && node tasks/prepare-package",
"build-index": "npm run build-package && node tasks/generate-index",