Skip to content

Commit

Permalink
Update standalone.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Apr 21, 2023
1 parent 40b4737 commit 8493439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/browser/standalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if (shouldPolyfill()) {
const script = document.createElement('script')
script.setAttribute(
'src', // this should map to tsconfig lib. gated means "only load polyfill if feature does not exist"
'https://polyfill.io/v3/polyfill.min.js?features=es5,es2015,es2016,es2017,es2018,es2019,es2020&flags=always,gated'
'https://polyfill.io/v3/polyfill.min.js?features=es5,es2015,es2016,es2017,es2018,es2019,es2020&flags=gated'
)

if (document.readyState === 'loading') {
Expand Down

0 comments on commit 8493439

Please sign in to comment.