Closed supertanuki closed 7 years ago
Il faudrait s'appuyer sur NODE_ENVIRONMENT cf. https://github.com/Elao/blog/blob/master/manala/make/Makefile#L56 et accessoirement, bouger https://github.com/Elao/blog/blob/master/themes/2015/service-worker/service-worker.template.js dans les assets ou mix.inProduction() Ou s'appuyer sur l'api mix pour récupérer le resource root et le public path pour lire/ecrire le worker au lieu de le mettre en dur
mix.inProduction()
console.log(mix.inProduction) === undefined lors du make build ou du make watch. Alternative : https://github.com/Elao/blog/pull/172
c'est mix.config.inProduction pour avoir la valeur
Il faudrait s'appuyer sur NODE_ENVIRONMENT cf. https://github.com/Elao/blog/blob/master/manala/make/Makefile#L56 et accessoirement, bouger https://github.com/Elao/blog/blob/master/themes/2015/service-worker/service-worker.template.js dans les assets ou
mix.inProduction()
Ou s'appuyer sur l'api mix pour récupérer le resource root et le public path pour lire/ecrire le worker au lieu de le mettre en dur