فهرست منبع

force Rollup to use correct indentation (#9420)

Rich Harris 9 سال پیش
والد
کامیت
907d35003e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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()
 	],