We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1059a9 commit 71c0e87Copy full SHA for 71c0e87
drpy-node-bundle/localt5.js
@@ -1,4 +1,5 @@
1
import * as localtDsCore from './libs/localtDsCore.bundled.js';
2
3
-global.localtDsCore = localtDsCore;
4
-global.getEngine = getEngine;
+console.log(getEngine);
+// global.localtDsCore = localtDsCore;
5
+// global.getEngine = getEngine;
0 commit comments