Corneliu Prodescu
Corneliu Prodescu
@motiz88 thank you for taking this on!
If you are having conflicts due to multiple libraries pulling in `@types/express` (in my case: `probot`, `apollo-server-express`), you can get away with using a resolution just for `@types/serve-static`: ``` "resolutions":...
That makes sense. The closest development I could find on that topic is [rmarscher/virtual-module-webpack-plugin](https://github.com/rmarscher/virtual-module-webpack-plugin). It is built on top of implementation details of `enhanced-resolve`, so it's fragile. About the issue...
Good point! It does not handle conflicts, but it's using the `sha-1` algorithm, same as `git`. The chance of finding a collision is very low (Google has recently published a...
Sure, will look into it! I think the option is a bit unnecessary for the user, especially since the internal behavior is a workaround for a missing feature in webpack....