From a5202523b98d5124698456e51c6632237e738535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Sat, 17 Oct 2020 02:04:28 +0200 Subject: [PATCH] Make webpack dev server run with current version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f75a32b028..da0dcb8bc2 100644 --- a/package.json +++ b/package.json @@ -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",