fix(cli): compatible for Node.js 10x

This commit is contained in:
LongYinan 2022-02-08 09:57:22 +08:00
parent 2e68612830
commit 5f359dfaae
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 16 additions and 1 deletions
cli/src

View file

@ -1,3 +1,5 @@
import 'core-js/es/string/replace-all'
import { Cli } from 'clipanion'
import { version } from '../package.json'