From 93e0468ce8ba4bff8063373f8f857da46cd6b593 Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 9 Jan 2024 17:08:08 -0500 Subject: [PATCH] Add productionSourceMap setting --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 53845e752..29da076f5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,6 +2,7 @@ const WorkerPlugin = require('worker-plugin') const webpack = require('webpack') module.exports = { + productionSourceMap: false, chainWebpack: config => { config.module .rule('md')