diff options
author | Vitaly Takmazov | 2020-11-16 14:57:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 2882c49927b6294df1381ae7c81a38f3bfd86c59 (patch) | |
tree | 3e549b61cdd457bbbacc1dc7a43db8fc7d4c82ea /vnext/package.json | |
parent | 223953c70535336db8841774fd663c06bf456698 (diff) |
Get back webpack-dev-server
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 1ddd18d6..9ea893ab 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -40,7 +40,8 @@ "stylelint": "^13.7.2", "stylelint-config-standard": "^20.0.0", "webpack": "^5.4.0", - "webpack-cli": "^4.2.0" + "webpack-cli": "^4.2.0", + "webpack-dev-server": "^3.11.0" }, "babel": { "plugins": [ |