mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 10:48:44 +00:00
9 lines
216 B
JavaScript
9 lines
216 B
JavaScript
import config from './base-config';
|
|
|
|
export default Object.assign({}, config, {
|
|
entry: 'home-assistant-js/demo_data/expose_window.js',
|
|
targets: [
|
|
{ dest: 'build-temp/demo_data.js', format: 'iife' },
|
|
],
|
|
});
|