提交 5b16c70c 编写于 作者: M Mugen87

Updated Rollup to ^0.55.1

上级 e66032d0
......@@ -25,7 +25,6 @@ function glsl() {
export default {
input: 'src/Three.js',
indent: '\t',
plugins: [
glsl()
],
......@@ -34,11 +33,13 @@ export default {
{
format: 'umd',
name: 'THREE',
file: 'build/three.js'
file: 'build/three.js',
indent: '\t'
},
{
format: 'es',
file: 'build/three.module.js'
file: 'build/three.module.js',
indent: '\t'
}
]
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册