Преглед изворни кода

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

master
Saúl Ibarra Corretgé пре 4 година
родитељ
комит
c56afde00c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Прегледај датотеку

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…
Откажи
Сачувај