Skip to content

Commit 88c358b

Browse files
authored
Editor: Fix publish. (mrdoob#30690)
1 parent aec32f7 commit 88c358b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

editor/js/Sidebar.Project.App.js

+5
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)