Do not inject Intl polyfill into ecma402-abstract package (#21074)

This commit is contained in:
Steve Repsher 2024-06-12 14:45:57 -04:00 committed by Paul Bottein
parent 4991d52fcc
commit 06d82a4925
No known key found for this signature in database

View File

@ -157,7 +157,7 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
exclude: [
path.join(paths.polymer_dir, "src/resources/polyfills"),
...[
"@formatjs/intl-\\w+",
"@formatjs/(?:ecma402-abstract|intl-\\w+)",
"@lit-labs/virtualizer/polyfills",
"@webcomponents/scoped-custom-element-registry",
"element-internals-polyfill",