To build on @mhartington’s excellent advice above, local modifications to files under node_modules
won’t survive across times you update other dependencies, and won’t replicate when you rebuild the app in a different environment. If you absolutely positively have to modify things, look into using npm link
or even better fork the repository and make a pull request so that everybody can share in your improvements.
↧
Changing Ionic core files doesn't work
↧