未验证 提交 56d2fc6b 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13190 from Mugen87/dev1

Updated Rollup to ^0.55.1
......@@ -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.
先完成此消息的编辑!
想要评论请 注册