-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(inquirer): Replace inquirer with prompts (#217)
* ref(inquirer): Replace inquirer with prompts Inspired by facebook/create-react-app#10083. `prompts` is a modern and lighter alternative to `inquirer` and it is almost a drop-in replacement. This change shaves off 0.7MB from our minified builds. * ref: Lint fixes * add @types/prompts * remove obsolete function Co-authored-by: getsentry-bot <bot@sentry.io>
- Loading branch information
1 parent
ca4165a
commit 1f661f6
Showing
6 changed files
with
38 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.