Răsfoiți Sursa

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

Mr.doob 4 ani în urmă
părinte
comite
48406a6a0c
1 a modificat fișierele cu 0 adăugiri și 16 ștergeri
  1. 0 16
      utils/build/rollup.config.js

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

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