mirror of
https://github.com/nextcloud/mail.git
synced 2025-08-20 16:08:52 +00:00
Use source-map devtool in prod builds
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
@ -3,5 +3,5 @@ const common = require('./webpack.common.js')
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'production',
|
||||
devtool: 'cheap-source-map'
|
||||
devtool: 'source-map'
|
||||
})
|
||||
|
Reference in New Issue
Block a user