From 8e4f572c66db81fc7f4dac46bfcc2ec16a013e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Thu, 5 Aug 2021 11:44:10 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20commande=20lan=C3=A7ant?= =?UTF-8?q?=20le=20serveur=20de=20d=C3=A9veloppement=20webpack,=20cf.=20ht?= =?UTF-8?q?tps://github.com/webpack/webpack-dev-server/issues/2759?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 866632b..5aaf2ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "karma start", "build": "webpack", - "start": "webpack-dev-server" + "start": "webpack serve" }, "repository": { "type": "git",