Automation editor JS is a temp build artifact
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<link rel="import" href="../config/ha-config-section.html">
|
<link rel="import" href="../config/ha-config-section.html">
|
||||||
|
|
||||||
<script src='../../build/editor.js'></script>
|
<script src='../../build-temp/editor.js'></script>
|
||||||
|
|
||||||
<dom-module id="ha-automation-editor">
|
<dom-module id="ha-automation-editor">
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ import config from './base-config';
|
|||||||
export default Object.assign({}, config, {
|
export default Object.assign({}, config, {
|
||||||
entry: 'panels/automation/editor.js',
|
entry: 'panels/automation/editor.js',
|
||||||
targets: [
|
targets: [
|
||||||
{ dest: 'build/editor.js', format: 'iife' },
|
{ dest: 'build-temp/editor.js', format: 'iife' },
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user