Please help me to find a solution:
I need to create custom webPack config and put it into node_modules? Then I need to use it in any project with the possibility to extend it with local webPack config file.
How to put WebPack global config in node modules? And how to add the possibility of its extension with local WebPack config?