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

Optimize loading core

This commit is contained in:
Paulus Schoutsen
2016-05-28 18:32:42 -07:00
parent c1cbd33d41
commit 439545b4f8
8 changed files with 35 additions and 33 deletions

View File

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