Преглед изворни кода

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()
 	],