Skip to content

Commit

Permalink
HUE-6091 [core] Fixed webpack entry point naming
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoberti committed Mar 22, 2017
1 parent c8584c7 commit 7e5ec09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ module.exports = {
komapping: 'knockout.mapping',
'query-command-supported': 'query-command-supported/src/queryCommandSupported',
pubsub: 'pubsub.js/pubsub',
page: 'page'
}
},
entry: {
cui: ['./desktop/core/src/desktop/static/desktop/js/hue.js']
hue: ['./desktop/core/src/desktop/static/desktop/js/hue.js']
},
output: {
path: './desktop/core/src/desktop/static/desktop/js',
Expand Down

0 comments on commit 7e5ec09

Please sign in to comment.