소스 검색

Modify webpack config

customisations
alemart 8 달 전
부모
커밋
7b511621a5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      webpack.config.js

+ 3
- 0
webpack.config.js 파일 보기

@@ -79,6 +79,9 @@ module.exports = (env, argv) => ({
79 79
             directory: path.resolve(__dirname, dir),
80 80
             publicPath: `/${dir}/`,
81 81
         })),
82
+        headers: {
83
+            'Cache-Control': 'no-store',
84
+        },
82 85
         //host: '0.0.0.0',
83 86
         //host: 'local-ip',
84 87
     },

Loading…
취소
저장