Skip to content

Commit 643dc36

Browse files
committed
worker.ServiceBase: cache dist/esm files by default #6738
1 parent 146e1d2 commit 643dc36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/worker/ServiceBase.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class ServiceBase extends Base {
4242
*/
4343
cachePaths = [
4444
'raw.githubusercontent.com/',
45+
'/dist/esm/',
4546
'/dist/production/',
4647
'/fontawesome',
4748
'/resources/'

0 commit comments

Comments
 (0)