We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b591f74 + 64f93a1 commit 1f47dcbCopy full SHA for 1f47dcb
packages/compas-open-scd/workbox-config.cjs
@@ -7,6 +7,9 @@ module.exports = {
7
'src/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
8
'*.{md,json,ico,xml}',
9
],
10
+ globIgnores: [
11
+ 'public/nsdoc/README.md'
12
+ ],
13
swDest: 'build/sw.js',
14
runtimeCaching: [
15
{
0 commit comments