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:
@@ -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' },
|
||||
],
|
||||
|
||||
@@ -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' },
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user