Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikegioia
3621 days ago
Oh I see what you mean. I didn't know that NPM added a dist folder when you install it that way.
1 comments
kylestlb
3621 days ago
Yes, 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!
link