소스 검색

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

Loading…
취소
저장