Browse Source

build: 📦️ 去除sourcemap

pull/25/head
姜鑫 2 years ago
parent
commit
76e3d3424d
  1. 3
      vue.config.js

3
vue.config.js

@ -4,5 +4,6 @@ const prod = process.env.NODE_ENV === 'production'
module.exports = defineConfig({
transpileDependencies: true,
publicPath: prod ? './' : '/'
publicPath: prod ? './' : '/',
productionSourceMap: false
})

Loading…
Cancel
Save