瀏覽代碼

restore prev export

Andrey Titovskiy 3 年之前
父節點
當前提交
aac007c9bb
共有 3 個文件被更改,包括 4 次插入6 次删除
  1. 1 1
      build/index.js
  2. 1 1
      build/index.js.map
  3. 2 4
      src/index.js

文件差異過大導致無法顯示
+ 1 - 1
build/index.js


文件差異過大導致無法顯示
+ 1 - 1
build/index.js.map


+ 2 - 4
src/index.js

@@ -318,7 +318,7 @@ const handler = {
   }
 };
 
-const brandingObject = {
+export const brandingObject = {
   'unicraft': Unicraft,
   'einstein': Einstein,
   'oktopolygraphist': Octopolygraphist,
@@ -634,6 +634,4 @@ const brandingObject = {
   'vashden': Vashden,
 }
 
-const brandingMapping = new Proxy(brandingObject, handler);
-
-export default { brandingMapping, brandingObject }
+export const brandingMapping = new Proxy(brandingObject, handler);