Add back some polyfills not covered by core-js

This commit is contained in:
Alex Gleason
2023-01-23 15:00:34 -06:00
parent f61b2bb96c
commit b2188016c2
7 changed files with 21 additions and 8 deletions

View File

@ -50,7 +50,6 @@ const configuration: Configuration = {
],
optional: [
'**/locale_*.js', // don't fetch every locale; the user only needs one
'**/*_polyfills-*.js', // the user may not need polyfills
'**/*.chunk.js', // only cache chunks when needed
'**/*.chunk.css',
'**/*.woff2', // the user may have system-fonts enabled