1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00
Files
frontend/rollup/demo.js
2016-07-13 23:04:26 -07:00

9 lines
221 B
JavaScript

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' },
],
});