ignore licenses.json in serviceworker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
ref #17
This commit is contained in:
parent
1c2636d669
commit
c38d33a549
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
globDirectory: 'public',
|
globDirectory: 'public',
|
||||||
globPatterns: [ '**/*.{js,ico,png,svg,html,webmanifest,txt}' ],
|
globPatterns: [ '**/*.{js,ico,png,svg,html,webmanifest,txt}' ],
|
||||||
globIgnores: [ 'env.js', 'env.sample.js' ],
|
globIgnores: [ 'env.js', 'env.sample.js', 'licenses.json' ],
|
||||||
swDest: 'public/sw.js'
|
swDest: 'public/sw.js'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user