-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
As you can see here https://www.jsdelivr.com/package/npm/@inquirer/core?tab=files&path=dist%2Fcjs, it runs require("./lib/screen-manager.mjs")
for importing modules.
This might be related to:
Or we could consider other tools. For example https://github.com/egoist/tsup.
How to reproduce
// Use CommonJS, and run this line
const {input} = require('@inquirer/prompts');