Vue PWA exclude some files
ā¢
1 min read
I found out the solution here and Iām going to re-post here for convenience:
module.exports = {
pwa: {
workboxOptions: {
exclude: ['file_one.htm', 'file_two.js'],
}
}
}