提交 c57b480e 编写于 作者: G Garrett Johnson

Add newline at end of file

上级 d175dab6
......@@ -83,7 +83,7 @@ function convert( path, ignoreList ) {
var keys = Object.keys( dependencies ).sort().map( value => '\n\t' + value ).toString();
var imports = `import {${keys}\n} from "../../../build/three.module.js";`;
var exports = `export { ${className} };`;
var exports = `export { ${className} };\n`;
var output = contents.replace( '_IMPORTS_', imports ) + '\n' + exports;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册