mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix hassio panel build
This commit is contained in:
parent
ad3b3ce3dc
commit
c5a5f41d3c
@ -63,7 +63,7 @@ const toProcess = [
|
|||||||
source: './panels/hassio/hassio-main.html',
|
source: './panels/hassio/hassio-main.html',
|
||||||
output: './build-temp/hassio-main.html',
|
output: './build-temp/hassio-main.html',
|
||||||
vulcan: new Vulcanize(Object.assign({}, baseVulcanOptions, {
|
vulcan: new Vulcanize(Object.assign({}, baseVulcanOptions, {
|
||||||
stripExcludes: baseExcludes,
|
stripExcludes: baseExcludes.concat('bower_components/polymer/polymer.html'),
|
||||||
})),
|
})),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user