DEV Community

Discussion on: Published my first NPM package that actually does something

Collapse
 
dance2die profile image
Sung M. Kim • Edited

Hi Boris,

What is "loaders" in this context?

Btw, Thank you for the NPM status in README.
I copied and modified it for my own library :p

Collapse
 
brsjsk profile image
Boris Joskic

Well, when I say loaders, I mean like a indicator that something is happening. In other words, just a spinner.

No problem, at least it was useful for something :D

Collapse
 
dance2die profile image
Sung M. Kim

Thank you, mate.

What I thought initially was WebPack loaders but it didn't make sense with the JavaScript code. :)