5 ms·
Oh I see what you mean. I didn't know that NPM added a dist folder when you install it that way.
by mikegioia 10y ago
Oh I see what you mean. I didn't know that NPM added a dist folder when you install it that way.
- kylestlb 10y agoYes, when you publish an NPM package it grabs anything not ignored by .npmignore or .gitignore, which can include css, a dist folder, etc., quite useful!