Build source maps on production build again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/21832/head
Julius Härtl 4 years ago
parent 7b82895982
commit 506f1784fc
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

@ -16,6 +16,7 @@ module.exports = common.map(
keep_quoted_props: true,
},
},
sourceMap: true,
}),
],
},

Loading…
Cancel
Save