Browse Source

Somehow this is no longer needed.

Mr.doob 9 years ago
parent
commit
45974c952f
1 changed files with 0 additions and 1 deletions
  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()
 	],