Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add relative 'node_modules' to webpack resolve paths
When only an absolute path is provided, webpack does not do the normal node-like bubbling up when looking for modules. This is a problem when a library has a nested node_modules directory with a dependency which has a different version than the dependency in the top-level node_modules. https://webpack.js.org/configuration/resolve/#resolvemodules
- Loading branch information