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
When i want to use sourcemap like 'eval-source-map' with chainWebapck, it doesn't work.
Because it will be changed by cli in silence, is this reasonable? or it is a bug.
vue-cli/packages/@vue/cli-service/lib/commands/serve.js
Lines 51 to 54 in 89af6c5
For now, i use configureWebpack to get this.
if user user set devtool in chainWebapck, cli shouldn't change it in silence, or even a waning will be better
The text was updated successfully, but these errors were encountered:
fix(cli-service): respect the existing 'devtool'
034e8a5
Respect the existing 'devtool' when running dev server Fixes vuejs#6398
e24cad1
fix(cli-service): respect the existing 'devtool' (#6402)
8654e82
Respect the existing 'devtool' when running dev server Fixes #6398
Successfully merging a pull request may close this issue.
What problem does this feature solve?
When i want to use sourcemap like 'eval-source-map' with chainWebapck, it doesn't work.
Because it will be changed by cli in silence, is this reasonable? or it is a bug.
vue-cli/packages/@vue/cli-service/lib/commands/serve.js
Lines 51 to 54 in 89af6c5
For now, i use configureWebpack to get this.
What does the proposed API look like?
if user user set devtool in chainWebapck, cli shouldn't change it in silence, or even a waning will be better
The text was updated successfully, but these errors were encountered: