소스 검색

restore prev export

Andrey Titovskiy 3 년 전
부모
커밋
aac007c9bb
3개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      build/index.js
  2. 0 0
      build/index.js.map
  3. 2 4
      src/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/index.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
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);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.