We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b4737 commit 8493439Copy full SHA for 8493439
packages/browser/src/browser/standalone.ts
@@ -76,7 +76,7 @@ if (shouldPolyfill()) {
76
const script = document.createElement('script')
77
script.setAttribute(
78
'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'
+ 'https://polyfill.io/v3/polyfill.min.js?features=es5,es2015,es2016,es2017,es2018,es2019,es2020&flags=gated'
80
)
81
82
if (document.readyState === 'loading') {
0 commit comments