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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please provide a minimal reproduction then upload to your GitHub. 请提供 最小重现,并上传到你的 GitHub 仓库
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
1、config.merge({ devtool: 'hidden-source-map', });
2、config.devtool('hidden-source-map'); 两种方式都尝试了,控制台打印也生效了,但是结果没有map文件
The text was updated successfully, but these errors were encountered:
有配置 devtool 可以设置
Sorry, something went wrong.
嗯,是可以直接设置,也是生效的; 目前这个问题是不是新版本引入的,之前是生效的,最近发现这么使用,不会生成map
3.x 很久没更新了,你是在配置里面这么用,还是插件里面这么用?
配置里用的。设置config的chainWebpack属性
直接配置 devtool 吧,3.x 应该不会更新了
No branches or pull requests
What happens?
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
1、config.merge({
devtool: 'hidden-source-map',
});
2、config.devtool('hidden-source-map');
两种方式都尝试了,控制台打印也生效了,但是结果没有map文件
Context
The text was updated successfully, but these errors were encountered: