Browse Source

HUE-6091 [core] Fixed webpack entry point naming

Enrico Berti 8 years ago
parent
commit
7e5ec09e9a

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/hue-bundle.js.map


+ 1 - 2
webpack.config.js

@@ -39,11 +39,10 @@ module.exports = {
       komapping: 'knockout.mapping',
       komapping: 'knockout.mapping',
       'query-command-supported': 'query-command-supported/src/queryCommandSupported',
       'query-command-supported': 'query-command-supported/src/queryCommandSupported',
       pubsub: 'pubsub.js/pubsub',
       pubsub: 'pubsub.js/pubsub',
-      page: 'page'
     }
     }
   },
   },
   entry: {
   entry: {
-    cui: ['./desktop/core/src/desktop/static/desktop/js/hue.js']
+    hue: ['./desktop/core/src/desktop/static/desktop/js/hue.js']
   },
   },
   output: {
   output: {
     path: './desktop/core/src/desktop/static/desktop/js',
     path: './desktop/core/src/desktop/static/desktop/js',

Some files were not shown because too many files changed in this diff