Created by: EvanBacon
Why
-
prompts
is smaller thaninquirer
and doesn't depend on rxjs. - related packages like
create-next-app
use prompts and it works well.
How
- replace
inquirer
withprompts
(pretty much a drop-in replacement). - remove
react-dev-utils/inquirer.js
public import.