Skip to content

Commit 3a0c72d

Browse files
committed
refactor(terserplugin): options had an unknown property 'sourceMap'
1 parent c959186 commit 3a0c72d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uikit-workshop/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ module.exports = function(apiConfig) {
246246
? [
247247
new TerserPlugin({
248248
test: /\.m?js(\?.*)?$/i,
249-
sourceMap: config.prod ? false : config.sourceMaps,
250249
terserOptions: {
251250
safari10: true,
252251
},

0 commit comments

Comments
 (0)