ソースを参照

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
     },

読み込み中…
キャンセル
保存