Browse Source

Editor: Fix publish. (#30690)

Michael Herzog 11 months ago
parent
commit
88c358bf59
1 changed files with 5 additions and 0 deletions
  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 );
 
+		} );
+		loader.load( '../build/three.core.js', function ( content ) {
+
+			toZip[ 'js/three.core.js' ] = strToU8( content );
+
 		} );
 		loader.load( '../build/three.module.js', function ( content ) {
 

粤ICP备19079148号