Browse Source

HUE-6091 [core] Fixed webpack entry point naming

Enrico Berti 8 năm trước cách đây
mục cha
commit
7e5ec09e9a

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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',

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác