瀏覽代碼

HUE-6091 [core] Fixed webpack entry point naming

Enrico Berti 8 年之前
父節點
當前提交
7e5ec09
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 0
      desktop/core/src/desktop/static/desktop/js/hue-bundle.js.map
  2. 1 2
      webpack.config.js

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',
       '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',

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