Selaa lähdekoodia

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

master
Saúl Ibarra Corretgé 4 vuotta sitten
vanhempi
commit
c56afde00c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Näytä tiedosto

35
 const config = {
35
 const config = {
36
     devServer: {
36
     devServer: {
37
         https: true,
37
         https: true,
38
+        host: '0.0.0.0',
38
         inline: true,
39
         inline: true,
39
         proxy: {
40
         proxy: {
40
             '/': {
41
             '/': {

Loading…
Peruuta
Tallenna