ha-frontend-cdce8p/polymer.json
Paulus Schoutsen 96d7ec7cda
Embed the preact code directly (#1177)
* Embed the preact code directly

* Do not transform object rest spread

* Lint

* Ignore preact from lint
2018-05-15 17:56:32 -04:00

46 lines
1.1 KiB
JSON

{
"entrypoint": "index.html",
"shell": "src/home-assistant.js",
"fragments": [
"panels/config/ha-panel-config.js",
"panels/dev-event/ha-panel-dev-event.js",
"panels/dev-info/ha-panel-dev-info.js",
"panels/dev-mqtt/ha-panel-dev-mqtt.js",
"panels/dev-service/ha-panel-dev-service.js",
"panels/dev-state/ha-panel-dev-state.js",
"panels/dev-template/ha-panel-dev-template.js",
"panels/hassio/ha-panel-hassio.js",
"panels/history/ha-panel-history.js",
"panels/iframe/ha-panel-iframe.js",
"panels/kiosk/ha-panel-kiosk.js",
"panels/logbook/ha-panel-logbook.js",
"panels/map/ha-panel-map.js",
"panels/shopping-list/ha-panel-shopping-list.js",
"panels/mailbox/ha-panel-mailbox.js"
],
"sources": [
"src/**/*",
"panels/**/*",
"!src/translations/*"
],
"lint": {
"rules": ["polymer-3"],
"filesToIgnore": [
"**/*.html",
"**/ha-paper-slider.js",
"**/hass-mixins.js",
"**/ha-iconset-svg.js",
"**/ha-script-editor.js",
"**/ha-automation-editor.js"
]
},
"builds": [
{
"preset": "es5-bundled"
},
{
"preset": "es6-bundled"
}
]
}