Make webpack dev server run with current version

This commit is contained in:
Maximilian Krög
2020-10-17 02:04:28 +02:00
parent bfeeba2194
commit a5202523b9

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-dev-server --config examples/webpack/config.js --mode development --watch",
"serve-examples": "webpack serve --config examples/webpack/config.js --mode development --watch",
"build-examples": "webpack --config examples/webpack/config.js --mode production",
"build-package": "npm run transpile && npm run copy-css && node tasks/prepare-package && shx cp README.md build/ol",
"build-index": "npm run build-package && node tasks/generate-index",