Skip to content

Commit b7a8ab4

Browse files
committed
add plugins + external-plugins to globPatterns in workbox config
1 parent 5331f17 commit b7a8ab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ module.exports = {
77
'_snowpack/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
88
'public/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
99
'src/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
10+
'plugins/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
11+
'external-plugins/**/*.{md,js,png,xml,pdf,css,html,info,json,ico,svg,wasm}',
1012
'*.{md,json,ico,xml}',
1113
'package.json.proxy.js',
1214
],

0 commit comments

Comments
 (0)