gpt4 book ai didi

vue.js - 在 Vue-Vite 中启用 sourcemaps

转载 作者:行者123 更新时间:2023-12-04 12:11:22 26 4
gpt4 key购买 nike

是否可以在生产环境中启用 Vue-Vite 中的 sourcemaps?
我想将它用于 Bugsnag。
在文档中找不到任何关于它的信息。
In dev it just works out of the box.

最佳答案

感谢@tony19,我可以找到它:
从 vue ~2.0 开始,它的工作方式是这样的:
<projectRoot>/vite.config.js :

/**
* @type {import('vite').UserConfig}
*/
export default {
plugins: [vue()],
build: {
sourcemap: true,
},
}

关于vue.js - 在 Vue-Vite 中启用 sourcemaps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66275174/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com