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
我在webpackrc.js里面配置了devtool,但是配置后在调试时显示的代码任然时翻译过的
调试时代码应该显示原始代码
调试时代码显示翻译后的代码
以下时我尝试过的配置 "devtool": "cheap-module-eval-source-map" "devtool": "eval-source-map" "devtool": "source-map"
The text was updated successfully, but these errors were encountered:
See #554
Sorry, something went wrong.
No branches or pull requests
What did you do? Please provide steps to re-produce your problem.(请提供复现步骤)
我在webpackrc.js里面配置了devtool,但是配置后在调试时显示的代码任然时翻译过的
What do you expected?(预期的正常效果)
调试时代码应该显示原始代码
What happen?(发生了何种非正常现象)
调试时代码显示翻译后的代码
以下时我尝试过的配置
"devtool": "cheap-module-eval-source-map"
"devtool": "eval-source-map"
"devtool": "source-map"
The text was updated successfully, but these errors were encountered: