Skip to content

Commit 1f47dcb

Browse files
authored
Merge pull request #373 from com-pas/fix/exclude-nsdoc-readme-from-sw
fix: Exclude nsdoc readme from service worker
2 parents b591f74 + 64f93a1 commit 1f47dcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/compas-open-scd/workbox-config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module.exports = {
77
'src/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
88
'*.{md,json,ico,xml}',
99
],
10+
globIgnores: [
11+
'public/nsdoc/README.md'
12+
],
1013
swDest: 'build/sw.js',
1114
runtimeCaching: [
1215
{

0 commit comments

Comments
 (0)