fix(cli): compatible for Node.js 10x
This commit is contained in:
parent
2e68612830
commit
5f359dfaae
5 changed files with 16 additions and 1 deletions
cli/src
|
@ -1,3 +1,5 @@
|
|||
import 'core-js/es/string/replace-all'
|
||||
|
||||
import { Cli } from 'clipanion'
|
||||
|
||||
import { version } from '../package.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue