Skip to content

Commit 8493439

Browse files
committed
Update standalone.ts
1 parent 40b4737 commit 8493439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/browser/standalone.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (shouldPolyfill()) {
7676
const script = document.createElement('script')
7777
script.setAttribute(
7878
'src', // this should map to tsconfig lib. gated means "only load polyfill if feature does not exist"
79-
'https://polyfill.io/v3/polyfill.min.js?features=es5,es2015,es2016,es2017,es2018,es2019,es2020&flags=always,gated'
79+
'https://polyfill.io/v3/polyfill.min.js?features=es5,es2015,es2016,es2017,es2018,es2019,es2020&flags=gated'
8080
)
8181

8282
if (document.readyState === 'loading') {

0 commit comments

Comments
 (0)