First Committ
This commit is contained in:
13
workbox-config.js
Executable file
13
workbox-config.js
Executable file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
globDirectory: 'dist/pwa/',
|
||||
globPatterns: [
|
||||
'**/*.{css,woff2,woff,svg,html,js,json,ico}',
|
||||
// "src/images/*.{jpg,png}"
|
||||
],
|
||||
// "swSrc": "dist/pwa/src-sw.js",
|
||||
swDest: 'dist/pwa/service-worker.js',
|
||||
globIgnores: [
|
||||
'../workbox-config.js',
|
||||
'help/**',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user