mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
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' },
|
|
],
|
|
});
|