Browse Source

chore(deps) webpack-dev-server@4.7.3

factor2
Saúl Ibarra Corretgé 3 years ago
parent
commit
f2a1a2cca9
3 changed files with 510 additions and 388 deletions
  1. 508
    386
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      webpack.config.js

+ 508
- 386
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@@ -165,7 +165,7 @@
165 165
     "webpack": "5.57.1",
166 166
     "webpack-bundle-analyzer": "4.4.2",
167 167
     "webpack-cli": "4.9.0",
168
-    "webpack-dev-server": "4.3.1"
168
+    "webpack-dev-server": "4.7.3"
169 169
   },
170 170
   "engines": {
171 171
     "node": ">=14.0.0",

+ 1
- 1
webpack.config.js View File

@@ -249,7 +249,6 @@ function getDevServerConfig() {
249 249
                 warnings: false
250 250
             }
251 251
         },
252
-        https: true,
253 252
         host: '127.0.0.1',
254 253
         hot: true,
255 254
         proxy: {
@@ -262,6 +261,7 @@ function getDevServerConfig() {
262 261
                 }
263 262
             }
264 263
         },
264
+        server: 'https',
265 265
         static: {
266 266
             directory: process.cwd()
267 267
         }

Loading…
Cancel
Save