How can i use NODE_ENV=development to use on a test server build, having the service worker acting and https:// set up, currently when i release an update to my test server i always have to refresh twice due to vendor file not being found, i know this is because in development environment it does not work, but in reality it should right, is there anyway after build to include service worker?
How can i use NODE_ENV=development to use on a test server build, having the service worker acting and https:// set up, currently when i release an update to my test server i always have to refresh twice due to vendor file not being found, i know this is because in development environment it does not work, but in reality it should right, is there anyway after build to include service worker?