|
@@ -322,7 +322,6 @@ export default [
|
|
|
format: 'umd',
|
|
format: 'umd',
|
|
|
name: 'THREE',
|
|
name: 'THREE',
|
|
|
file: 'build/three.min.js',
|
|
file: 'build/three.min.js',
|
|
|
- indent: '\t'
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
@@ -337,7 +336,6 @@ export default [
|
|
|
{
|
|
{
|
|
|
format: 'esm',
|
|
format: 'esm',
|
|
|
file: 'build/three.module.js',
|
|
file: 'build/three.module.js',
|
|
|
- indent: '\t'
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|