Enable source-maps in Webpack production config

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-06 22:24:22 +02:00
parent 578cb4d919
commit 38f73d2872
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -22,7 +22,8 @@ module.exports = [
splitChunks: {
chunks: 'all'
}
}
},
devtool: 'source-map'
}),
merge(htmlexport, {
mode: 'production',