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": {
|
"scripts": {
|
||||||
"test": "karma start",
|
"test": "karma start",
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"start": "webpack-dev-server"
|
"start": "webpack serve"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user