diff --git a/vue.config.js b/vue.config.js index 92008ee..9533137 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,5 +2,6 @@ module.exports = { baseUrl: '/language-server-protocol/inspector', devServer: { overlay: false - } + }, + productionSourceMap: false } \ No newline at end of file