Kaynağa Gözat

Modify webpack config

customisations
alemart 8 ay önce
ebeveyn
işleme
7b511621a5
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      webpack.config.js

+ 3
- 0
webpack.config.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet