Quellcode durchsuchen

Modify webpack config

customisations
alemart vor 8 Monaten
Ursprung
Commit
7b511621a5
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      webpack.config.js

+ 3
- 0
webpack.config.js Datei anzeigen

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

Laden…
Abbrechen
Speichern