Skip to content

Commit 05ccb4e

Browse files
Mugen87mrdoob
authored andcommitted
Editor: Fix publish. (#30690)
1 parent d7b17fd commit 05ccb4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editor/js/Sidebar.Project.App.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ function SidebarProjectApp( editor ) {
139139

140140
toZip[ 'js/app.js' ] = strToU8( content );
141141

142+
} );
143+
loader.load( '../build/three.core.js', function ( content ) {
144+
145+
toZip[ 'js/three.core.js' ] = strToU8( content );
146+
142147
} );
143148
loader.load( '../build/three.module.js', function ( content ) {
144149

0 commit comments

Comments
 (0)