Przeglądaj źródła

feat(dev) bind to 0.0.0.0 on the dev server by default

master
Saúl Ibarra Corretgé 4 lat temu
rodzic
commit
c56afde00c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Wyświetl plik

@@ -35,6 +35,7 @@ function getPerformanceHints(size) {
35 35
 const config = {
36 36
     devServer: {
37 37
         https: true,
38
+        host: '0.0.0.0',
38 39
         inline: true,
39 40
         proxy: {
40 41
             '/': {

Ładowanie…
Anuluj
Zapisz