Skip to content

Commit

Permalink
Remove source maps from webpack output
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholasbrown committed Jan 9, 2024
1 parent 590a0fc commit 4888bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ module.exports = {
},

configureWebpack: {
devtool: 'source-map',
optimization: {
splitChunks: {
chunks: 'all',
Expand Down

0 comments on commit 4888bbc

Please sign in to comment.