Pārlūkot izejas kodu

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

master
Saúl Ibarra Corretgé 4 gadus atpakaļ
vecāks
revīzija
c56afde00c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Parādīt failu

@@ -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
             '/': {

Notiek ielāde…
Atcelt
Saglabāt