mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
Include main process source maps for debugging
This commit is contained in:
parent
1867949754
commit
29d538c3e6
@ -28,7 +28,9 @@ const common = {
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
path: path.resolve(__dirname, 'build'),
|
||||
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
|
||||
},
|
||||
devtool: 'cheap-source-map'
|
||||
};
|
||||
|
||||
const main = {
|
||||
|
Loading…
Reference in New Issue
Block a user