浏览代码

Rollup: remove unnecessary indent options

Marco Fugaro 4 年之前
父节点
当前提交
5e51952882
共有 1 个文件被更改,包括 0 次插入2 次删除
  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'
 			}
 		]
 	}