'Webpack 5 - Add dependency and its dependencies recursively
I have a webpack configuration and I have excluded /node_modules/ from my rule in order not to load a lot of unnecessary things.
However, I want to add a specific module and everything ok so far, but Webpack can't find its nested dependencies.
Any ideas on the topic?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
