fix(polyfills): maybe missing core-js

This commit is contained in:
Martin 2022-07-19 08:39:05 +02:00 committed by mfo
parent 5932f2a1f6
commit 40df4bee84

View file

@ -27,6 +27,7 @@ if (shouldBuildLegacy()) {
'IE >= 11'
],
additionalLegacyPolyfills: [
'core-js/stable',
'custom-event-polyfill',
'@stimulus/polyfills',
'@webcomponents/custom-elements',