Skip to content

Commit

Permalink
refactor(terserplugin): options had an unknown property 'sourceMap'
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Mar 20, 2021
1 parent c959186 commit 3a0c72d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/uikit-workshop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ module.exports = function(apiConfig) {
? [
new TerserPlugin({
test: /\.m?js(\?.*)?$/i,
sourceMap: config.prod ? false : config.sourceMaps,
terserOptions: {
safari10: true,
},
Expand Down

0 comments on commit 3a0c72d

Please sign in to comment.