mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Migrate to Rollup + Buble
This commit is contained in:
8
rollup/demo.js
Normal file
8
rollup/demo.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import config from './base-config';
|
||||
|
||||
export default Object.assign({}, config, {
|
||||
entry: 'home-assistant-js/demo_data/expose_window.js',
|
||||
targets: [
|
||||
{ dest: 'build/_demo_data_compiled.js', format: 'iife' },
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user