Dependency updates do not appear after browserify

57 Views Asked by At

My project has many dependencies and I use browserify to bundle them. Now I modify a file from one dependency under node_modules/, but the updates doesn't appear in the generated js file.

I'm pretty new to browserify and I'd like to know what do I miss?

0

There are 0 best solutions below