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

Remove last ES6

This commit is contained in:
Paulus Schoutsen
2016-07-18 21:28:42 -07:00
parent 57f40725d9
commit 43940d067a
38 changed files with 1522 additions and 1491 deletions

View File

@@ -1,7 +1,7 @@
import config from './base-config';
export default Object.assign({}, config, {
entry: 'src/entry-points/app-core.js',
entry: 'src/app-core.js',
targets: [
{ dest: 'build/core.js', format: 'iife' },
],

View File

@@ -1,8 +0,0 @@
import config from './base-config';
export default Object.assign({}, config, {
entry: 'src/entry-points/home-assistant-main.js',
targets: [
{ dest: 'build-temp/ui.js', format: 'iife' },
],
});