mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Temp patch to fix Rollup build (#15631)
This commit is contained in:
parent
17e6e132d1
commit
6af57fa2cd
@ -43,7 +43,14 @@ const createRollupConfig = ({
|
|||||||
preserveEntrySignatures: false,
|
preserveEntrySignatures: false,
|
||||||
plugins: [
|
plugins: [
|
||||||
ignore({
|
ignore({
|
||||||
files: bundle.emptyPackages({ latestBuild }),
|
files: bundle
|
||||||
|
.emptyPackages({ latestBuild })
|
||||||
|
// TEMP HACK: Makes Rollup build work again
|
||||||
|
.concat(
|
||||||
|
require.resolve(
|
||||||
|
"@webcomponents/scoped-custom-element-registry/scoped-custom-element-registry.min"
|
||||||
|
)
|
||||||
|
),
|
||||||
}),
|
}),
|
||||||
resolve({
|
resolve({
|
||||||
extensions,
|
extensions,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user