diff --git a/vue.config.js b/vue.config.js index 1c5377c..b3e6bbb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,4 @@ module.exports = { - runtimeCompiler: true + runtimeCompiler: true, + productionSourceMap: false } \ No newline at end of file