I've noticed an increasing number of people adding node_modules into their .npmignore files for some reason. @3rd-Eden also had this happen today and wanted a bug report filed about it, so here it is.
It's causing problems where modules aren't being bundled into the package, obviously since they're being ignored.
I've noticed an increasing number of people adding node_modules into their .npmignore files for some reason. @3rd-Eden also had this happen today and wanted a bug report filed about it, so here it is.
It's causing problems where modules aren't being bundled into the package, obviously since they're being ignored.