Sfoglia il codice sorgente

Update webpack dev port

jmacura 5 anni fa
parent
commit
926fb22674
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      webpack.dev.js

+ 1 - 1
webpack.dev.js

@@ -40,7 +40,7 @@ module.exports = merge(common, {
     contentBase: path.resolve(__dirname, './static'),
     hot: false,
     host: '0.0.0.0',
-    port: env.HTTP_PORT || 8082
+    port: env.HTTP_PORT || 8080
   },
   module: {
     rules: [