Browse Source

force Rollup to use correct indentation (#9420)

Rich Harris 9 years ago
parent
commit
907d35003e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

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