1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Fix hassio panel build

This commit is contained in:
Paulus Schoutsen
2017-05-19 14:54:26 -07:00
parent ad3b3ce3dc
commit c5a5f41d3c

View File

@@ -63,7 +63,7 @@ const toProcess = [
source: './panels/hassio/hassio-main.html',
output: './build-temp/hassio-main.html',
vulcan: new Vulcanize(Object.assign({}, baseVulcanOptions, {
stripExcludes: baseExcludes,
stripExcludes: baseExcludes.concat('bower_components/polymer/polymer.html'),
})),
},
];