提交 91812f55 编写于 作者: M Mr.doob

Updated Rollup to ^0.51.0

上级 d4d514a1
......@@ -24,21 +24,21 @@ function glsl() {
}
export default {
entry: 'src/Three.js',
input: 'src/Three.js',
indent: '\t',
plugins: [
glsl()
],
// sourceMap: true,
targets: [
output: [
{
format: 'umd',
moduleName: 'THREE',
dest: 'build/three.js'
name: 'THREE',
file: 'build/three.js'
},
{
format: 'es',
dest: 'build/three.module.js'
file: 'build/three.module.js'
}
]
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册