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

Break up app in core + ui and inline some scripts

This commit is contained in:
Paulus Schoutsen
2016-05-28 16:03:51 -07:00
parent 1840a90fcb
commit 60eb731f27
59 changed files with 839 additions and 835 deletions

View File

@@ -9,6 +9,7 @@ var definePlugin = new webpack.DefinePlugin({
module.exports = {
entry: {
_app_compiled: './src/home-assistant.js',
_app_core_compiled: './src/app-core.js',
},
output: {
path: 'build',