소스 검색

Somehow this is no longer needed.

Mr.doob 9 년 전
부모
커밋
45974c952f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      rollup.config.js

+ 0 - 1
rollup.config.js

@@ -29,7 +29,6 @@ export default {
 	dest: 'build/three.js',
 	moduleName: 'THREE',
 	format: 'umd',
-	indent: '\t',
 	plugins: [
 		glsl()
 	],