Browse Source

Build: Use format: cjs (#23325)

Mr.doob 3 years ago
parent
commit
28909da5fa
2 changed files with 7336 additions and 7338 deletions
  1. 7335 7337
      build/three.cjs
  2. 1 1
      utils/build/rollup.config.js

File diff suppressed because it is too large
+ 7335 - 7337
build/three.cjs


+ 1 - 1
utils/build/rollup.config.js

@@ -320,7 +320,7 @@ let builds = [
 				indent: '\t'
 			},
 			{
-				format: 'umd',
+				format: 'cjs',
 				name: 'THREE',
 				file: 'build/three.cjs',
 				indent: '\t'

Some files were not shown because too many files changed in this diff