Skip to content

Commit

Permalink
Merge pull request #1392 from PrefectHQ/nicholas/chore-remove-source-…
Browse files Browse the repository at this point in the history
…maps-2024-01-09a

Chore: Add productionSourceMap setting
  • Loading branch information
znicholasbrown authored Jan 9, 2024
2 parents 3297e3b + 93e0468 commit 813e803
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 @@ const WorkerPlugin = require('worker-plugin')
const webpack = require('webpack')

module.exports = {
productionSourceMap: false,
chainWebpack: config => {
config.module
.rule('md')
Expand Down

0 comments on commit 813e803

Please sign in to comment.