mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 18:58:57 +00:00
Move HA-JS to git submodule
This commit is contained in:
@@ -10,7 +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',
|
||||
_demo_data_compiled: './home-assistant-js/demo_data/expose_window.js',
|
||||
},
|
||||
output: {
|
||||
path: 'build',
|
||||
@@ -23,8 +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'),
|
||||
path.resolve(__dirname, 'home-assistant-js'),
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user