fix(polyfills): maybe missing core-js
This commit is contained in:
parent
5932f2a1f6
commit
40df4bee84
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ if (shouldBuildLegacy()) {
|
||||||
'IE >= 11'
|
'IE >= 11'
|
||||||
],
|
],
|
||||||
additionalLegacyPolyfills: [
|
additionalLegacyPolyfills: [
|
||||||
|
'core-js/stable',
|
||||||
'custom-event-polyfill',
|
'custom-event-polyfill',
|
||||||
'@stimulus/polyfills',
|
'@stimulus/polyfills',
|
||||||
'@webcomponents/custom-elements',
|
'@webcomponents/custom-elements',
|
||||||
|
|
Loading…
Reference in a new issue