Explorar el Código

Rollup: remove unnecessary indent options

Marco Fugaro hace 5 años
padre
commit
5e51952882
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      utils/build/rollup.config.js

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

@@ -322,7 +322,6 @@ export default [
 				format: 'umd',
 				name: 'THREE',
 				file: 'build/three.min.js',
-				indent: '\t'
 			}
 		]
 	},
@@ -337,7 +336,6 @@ export default [
 			{
 				format: 'esm',
 				file: 'build/three.module.js',
-				indent: '\t'
 			}
 		]
 	}