0

Lets say that I find an NPM package that works almost perfectly for my needs, however there is a little alteration that I need from it. Obviously when I do an NPM update or as such I don't want it to revert to whatever version was in my package json so I need to remove it from my dependency's.

Will Webpack know were to look for those specific node imports/requires or will I need to move the relevant files somewhere into my own project and alter said imports?

0 Answers0