@forge/cli
12.23.0-next.7-experimental-44b7a1213.0.0-next.11
out/bin/cli.js~
out/bin/cli.jsModified+1−1
Index: package/out/bin/cli.js
===================================================================
--- package/out/bin/cli.js
+++ package/out/bin/cli.js
@@ -3,9 +3,9 @@
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const nodeModule = tslib_1.__importStar(require("module"));
if (!nodeModule.enableCompileCache) {
- import('v8-compile-cache');
+ Promise.resolve().then(() => tslib_1.__importStar(require('v8-compile-cache')));
}
else {
nodeModule.enableCompileCache();
}