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:
parent
158f7f3558
commit
8e4f572c66
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "karma start",
|
||||
"build": "webpack",
|
||||
"start": "webpack-dev-server"
|
||||
"start": "webpack serve"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user