jbcarpanelli / spinnies

Node.js module to create and manage multiple spinners in command-line interface programs
MIT License
147 stars 32 forks source link

Use file-extension in require() #27

Open idleberg opened 3 years ago

idleberg commented 3 years ago

When bundling with Rollup, the spinners from spinners.json cannot be resolved. Adding the .json extension to `require()? fixes that.