Explorar el Código

Modify webpack config

customisations
alemart hace 8 meses
padre
commit
7b511621a5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      webpack.config.js

+ 3
- 0
webpack.config.js Ver fichero

@@ -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…
Cancelar
Guardar