mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Do not inject Intl polyfill into ecma402-abstract package (#21074)
This commit is contained in:
parent
4991d52fcc
commit
06d82a4925
@ -157,7 +157,7 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
|
|||||||
exclude: [
|
exclude: [
|
||||||
path.join(paths.polymer_dir, "src/resources/polyfills"),
|
path.join(paths.polymer_dir, "src/resources/polyfills"),
|
||||||
...[
|
...[
|
||||||
"@formatjs/intl-\\w+",
|
"@formatjs/(?:ecma402-abstract|intl-\\w+)",
|
||||||
"@lit-labs/virtualizer/polyfills",
|
"@lit-labs/virtualizer/polyfills",
|
||||||
"@webcomponents/scoped-custom-element-registry",
|
"@webcomponents/scoped-custom-element-registry",
|
||||||
"element-internals-polyfill",
|
"element-internals-polyfill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user