1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Include main process source maps for debugging

This commit is contained in:
Matt Gibson
2021-06-07 14:50:56 -04:00
parent 1867949754
commit 29d538c3e6

View File

@@ -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 = {