feat(core): enable v8 compile cache for cli

This commit is contained in:
Tasos Bekos 2021-04-02 16:41:47 +03:00 committed by Victor Savkin
parent b5594b7674
commit 0bccf2ced6
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env node
import 'v8-compile-cache';
// polyfill rxjs observable to avoid issues with multiple version fo Observable installed in node_modules
// https://twitter.com/BenLesh/status/1192478226385428483?s=20
if (!(Symbol as any).observable)

View File

@ -31,6 +31,7 @@
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"@nrwl/tao": "*",
"chalk": "4.1.0"
"chalk": "4.1.0",
"v8-compile-cache": "2.3.0"
}
}