vue source-map不准确,热更新后,解析不到源文件

414 阅读1分钟

可以试一下把devtool改一下

            config.devtool = "eval-source-map";

目前修改后,基本上都正确了

image.png