Skip to content

Commit

Permalink
Do not inject Intl polyfill into ecma402-abstract package (#21074)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored and piitaya committed Jun 13, 2024
1 parent 4991d52 commit 06d82a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 06d82a4

Please sign in to comment.