Skip to content
New issue

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

2.2.0版本devtool配置后不能显示原始代码 #588

Open
CarlLucasYu opened this issue Jan 22, 2018 · 1 comment
Open

2.2.0版本devtool配置后不能显示原始代码 #588

CarlLucasYu opened this issue Jan 22, 2018 · 1 comment

Comments

@CarlLucasYu
Copy link

  • roadhog version(2.2.0)
  • Nodejs and Npm version(8.9.3 and 5.5.1)
  • Operating environment (e.g. OS name) and its version(win7 x64):

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"

@ghostoy
Copy link

ghostoy commented Jan 31, 2018

See #554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants