Skip to content

Commit 71c0e87

Browse files
author
Taois
committed
feat: 增加本地包打包脚本
1 parent c1059a9 commit 71c0e87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drpy-node-bundle/localt5.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as localtDsCore from './libs/localtDsCore.bundled.js';
22

3-
global.localtDsCore = localtDsCore;
4-
global.getEngine = getEngine;
3+
console.log(getEngine);
4+
// global.localtDsCore = localtDsCore;
5+
// global.getEngine = getEngine;

0 commit comments

Comments
 (0)