Przeglądaj źródła

Modify webpack config

customisations
alemart 9 miesięcy temu
rodzic
commit
7b511621a5
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      webpack.config.js

+ 3
- 0
webpack.config.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz