소스 검색

update export

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

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


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


+ 4 - 2
src/index.js

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

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