Alexander Benjamin
Alexander Benjamin
Unfortunatelly, those didn't move/rename the file in dist folder. It stayed sw.js in the root of the dist folder
Hi @farnabaz , thank you for taking the time to help me. I think I was missing the 'resolve' bit. Now the file is in the right place, however, caching...
What I found is that self signed SSL is not going to be enough. Chrome will still complain that it is an insecure page and will not load sw.js file....
Just confirming, this is still the case
In webpack we need to add ! to the comment: ``` /*! purgecss start ignore */ ... /*! purgecss end ignore */ ``` But it only works with these comments....
Bumping this.
Bumping this. Is there a way to change temp folder or set platform manually. Referring to utils_1.getPlatform(). I guess changing platform from wsl to linux would give us correct temp...
Any updates on this issue?
Hi, I need this feature too. Is there any plans to add this hook any time soon. Thank you for the great plugin.
@drenglish , can we merge this? This solves issues for Nuxt. ```js import Vue from 'vue' import MQ from 'vue-match-media' Vue.use(MQ) ``` @jonpreececm , thank you for this contrib. Just...