We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the sourcemap documentation, we are missing inline-source-map in the comparison table:
inline-source-map
https://github.com/webpack/webpack.js.org/blob/332fa9f5ba8ba704cd100b1878437a8ed0694d13/content/configuration/devtool.md#devtool
While the For development paragraph speaks about inline-source-map.
For development
So I was reading the development part and trying to find it in the comparison table, then I was lost.
I believe in the production part we are also talking about other types of sourcemaps that are not documented in the comparison table.
Missing a bit of consistency in here, sorry I can only report it, I do not master all the sourcemaps styles.
On a side note I always felt like this sourcemap situation is too much and seems overcomplicated (so many options)
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I'm closing this one since we already have #686 for missing devtool modes. Also related is #273.
Sorry, something went wrong.
No branches or pull requests
In the sourcemap documentation, we are missing
inline-source-map
in the comparison table:https://github.com/webpack/webpack.js.org/blob/332fa9f5ba8ba704cd100b1878437a8ed0694d13/content/configuration/devtool.md#devtool
While the
For development
paragraph speaks aboutinline-source-map
.So I was reading the development part and trying to find it in the comparison table, then I was lost.
I believe in the production part we are also talking about other types of sourcemaps that are not documented in the comparison table.
Missing a bit of consistency in here, sorry I can only report it, I do not master all the sourcemaps styles.
On a side note I always felt like this sourcemap situation is too much and seems overcomplicated (so many options)
The text was updated successfully, but these errors were encountered: