0

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?

1 Answers1

0

This is possible using https://github.com/layer-pack/layer-pack

You will find different examples that do this here

layer-pack also come with various functionality like glob resolving

Hoping it fit you're needs :)

Nathan Braun
  • 46
  • 1
  • 6