1
0
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:
Paulus Schoutsen
2016-07-13 23:04:26 -07:00
parent 7be7cf463c
commit f7ecdd9ce2
17 changed files with 99 additions and 115 deletions

8
rollup/demo.js Normal file
View 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' },
],
});