Skip to content

Commit 276f86a

Browse files
author
Vishal
committed
Fix Webpack dev server not working on Windows
1 parent bb63a8b commit 276f86a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"build:dev:ci": "npm run ci && npm run build:dev",
3636
"build:prod": "run-p -l lint build-prod-only",
3737
"build:prod:ci": "npm run ci && npm run build:prod",
38-
"start-dev": "webpack serve --mode='development'",
39-
"start-dev-https": "webpack serve --server-type https --mode='development'",
38+
"start-dev": "webpack serve --mode=development",
39+
"start-dev-https": "webpack serve --server-type https --mode=development",
4040
"start-prod": "http-server ./dist --port 3502 --ext html -c-1 --gzip --brotli --cors --proxy http://localhost:3502?",
4141
"start-prod-https": "http-server ./dist --port 3502 --ext html -c-1 --gzip --brotli --cors --ssl --cert private.pem --key private.key --proxy https://localhost:3502?",
4242
"test": "node scripts/playwright-message.js && playwright test --project=chromium MediaCo/portal MediaCo/embedded",

0 commit comments

Comments
 (0)