Skip to content

Commit

Permalink
Emscripten: Ignore generated extern-postjs.js in workbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jun 30, 2024
1 parent e652c64 commit b9fc1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/emscripten/wz-workbox-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
globIgnores: [
'**\/node_modules\/**\/*',
'**/service-worker.js', // do not precache the service-worker file (which shouldn't exist when this is run, but just in case)
'**/extern-postjs.js', // do not precache generated extern-postjs.js file (ends up included in build)
'**/*.data', // do not precache .data files, which are often huge
'**/*.debug.wasm', // do not precache wasm debug symbols
'**\/music\/**\/*', // do not precache music (which is optional)
Expand Down

0 comments on commit b9fc1e8

Please sign in to comment.