Explorar o código

Rollup: Removed three.module.min.js build.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
48406a6a0c
Modificáronse 1 ficheiros con 0 adicións e 16 borrados
  1. 0 16
      utils/build/rollup.config.js

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

@@ -317,22 +317,6 @@ export default [
 				indent: '\t'
 			}
 		]
-	},
-	{
-		input: 'src/Three.js',
-		plugins: [
-			glconstants(),
-			glsl(),
-			terser(),
-			header()
-		],
-		output: [
-			{
-				format: 'esm',
-				file: 'build/three.module.min.js',
-				indent: '\t'
-			}
-		]
 	}
 
 ];