提交 843f8194 编写于 作者: T Tristan VALCKE

Move Three.Unit.js file inside test folder instead of src

上级 58b1fcb3
......@@ -24,7 +24,7 @@ function glsl() {
}
export default {
entry: 'src/Three.Unit.js',
entry: 'test/Three.Unit.js',
indent: '\t',
plugins: [
glsl()
......
import './polyfills.js';
import '../src/polyfills.js';
export * from './constants.js';
export * from './Three.Legacy.js';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册