Skip to content

Commit

Permalink
pref(config): remove source map on production
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jul 19, 2021
1 parent ba9a4b1 commit b3d6a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
module.exports = {
publicPath: '/',
assetsDir: 'static',
productionSourceMap: false,
devServer: {
port: 3003,
proxy: {
Expand Down

0 comments on commit b3d6a96

Please sign in to comment.