docs
docs copied to clipboard
Wiki still refers to resolve.root and other old features
https://github.com/webpack/docs/wiki/configuration
In the migrating guide, it says root and others are replaced by resolve.modules. But in the above Wiki, they are still there and not mentioned as deprecated. The above link was found by Googling, and the URL seems like it would be pointing at the latest docs.
https://webpack.js.org/guides/migrating/
Webpack configuration has always been error prone because of the multitudes of versions combined with tutorials and docs that don't mention specific versions.
Thinking out loud, what about using a version identifier in the config file, or an option to specify when version you intend to load?