vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.75k stars 6.33k forks source link

SourceMapDevToolPlugin conflict with cli's sourcemap #3047

Closed IBICF closed 5 years ago

IBICF commented 5 years ago

I want to config the sourcemap file's publicPath, so i used webpack.SourceMapDevToolPlugin, vue cli3 has his own config, that is productionSourceMap, when i set this to false, SourceMapDevToolPlugin didn't output the sourceMappingURL, when i set this to true, it outputs two sourceMappingURL, one is the path i configed, one is relativePath like this: image

vue-bot commented 5 years ago

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!