Enable source-maps in Webpack production config
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -22,7 +22,8 @@ module.exports = [
|
||||
splitChunks: {
|
||||
chunks: 'all'
|
||||
}
|
||||
}
|
||||
},
|
||||
devtool: 'source-map'
|
||||
}),
|
||||
merge(htmlexport, {
|
||||
mode: 'production',
|
||||
|
||||
Reference in New Issue
Block a user