1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Update HA-JS

This commit is contained in:
Paulus Schoutsen
2016-06-13 23:37:44 -07:00
parent 1fadec8ded
commit 3c291d2c98
3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
entry: {
_ui_compiled: './src/home-assistant.js',
_core_compiled: './src/app-core.js',
_demo_data_compiled: './node_modules/home-assistant-js/demo_data/expose_window.js',
},
output: {
path: 'build',
@@ -22,6 +23,7 @@ module.exports = {
test: /.js$/,
include: [
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules/home-assistant-js/demo_data'),
path.resolve(__dirname, 'node_modules/home-assistant-js/src'),
],
},