소스 검색

Editor: Fix publish. (#30690)

Michael Herzog 11 달 전
부모
커밋
88c358bf59
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      editor/js/Sidebar.Project.App.js

+ 5 - 0
editor/js/Sidebar.Project.App.js

@@ -139,6 +139,11 @@ function SidebarProjectApp( editor ) {
 
 
 			toZip[ 'js/app.js' ] = strToU8( content );
 			toZip[ 'js/app.js' ] = strToU8( content );
 
 
+		} );
+		loader.load( '../build/three.core.js', function ( content ) {
+
+			toZip[ 'js/three.core.js' ] = strToU8( content );
+
 		} );
 		} );
 		loader.load( '../build/three.module.js', function ( content ) {
 		loader.load( '../build/three.module.js', function ( content ) {
 
 

粤ICP备19079148号