Browse Source

Remove unnecessary three.min.cjs build (#25719)

Marco Fugaro 2 years ago
parent
commit
6feb9e836e
2 changed files with 0 additions and 22 deletions
  1. 0 5
      build/three.min.cjs
  2. 0 17
      utils/build/rollup.config.js

File diff suppressed because it is too large
+ 0 - 5
build/three.min.cjs


+ 0 - 17
utils/build/rollup.config.js

@@ -327,23 +327,6 @@ const builds = [
 		]
 	},
 
-	{
-		input: 'src/Three.js',
-		plugins: [
-			addons(),
-			glsl(),
-			terser(),
-			header()
-		],
-		output: [
-			{
-				format: 'cjs',
-				name: 'THREE',
-				file: 'build/three.min.cjs',
-				indent: '\t'
-			}
-		]
-	},
 	{ // @deprecated, r150
 		input: 'src/Three.js',
 		plugins: [

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