瀏覽代碼

Spelling, remove indent config

Garrett Johnson 6 年之前
父節點
當前提交
d0f1203c34
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      rollup-examples.config.js

+ 2 - 3
rollup-examples.config.js

@@ -1,8 +1,8 @@
 var path = require( 'path' );
 var fs = require( 'fs' );
 
-// Creates an rollup config object for the given file to
-// be output to umd format
+// Creates a rollup config object for the given file to
+// be converted to umd
 function createOutput( file ) {
 
 	var inputPath = path.resolve( file );
@@ -26,7 +26,6 @@ function createOutput( file ) {
 			globals: () => 'THREE',
 			extend: true,
 
-			indent: false,
 			banner:
 				'/**\n' +
 				` * Generated from '${ path.relative( '.', inputPath.replace( /\\/, '/' ) ) }'\n` +