I've wrote the following plugin to make it easy to use PnP with Webpack. Would you be interested to move it in enhanced-resolve in a later version? I think this would prove useful from a DevX perspective, one less configuration required, which would likely help adoption.
The only one issue I'm aware of is arcanis/pnp-webpack-plugin#3, but I'm confident a solution can be easily found (we actually already have one, the main issue is that it suppresses the semantic errors that PnP can throw).
I've wrote the following plugin to make it easy to use PnP with Webpack. Would you be interested to move it in
enhanced-resolvein a later version? I think this would prove useful from a DevX perspective, one less configuration required, which would likely help adoption.The only one issue I'm aware of is arcanis/pnp-webpack-plugin#3, but I'm confident a solution can be easily found (we actually already have one, the main issue is that it suppresses the semantic errors that PnP can throw).