Mise à jour commande lançant le serveur de développement webpack, cf. https://github.com/webpack/webpack-dev-server/issues/2759

This commit is contained in:
Fabrice PENHOËT 2021-08-05 11:44:10 +02:00
parent 158f7f3558
commit 8e4f572c66
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "karma start",
"build": "webpack",
"start": "webpack-dev-server"
"start": "webpack serve"
},
"repository": {
"type": "git",