mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Include main process source maps for debugging
This commit is contained in:
@@ -28,7 +28,9 @@ const common = {
|
|||||||
output: {
|
output: {
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
path: path.resolve(__dirname, 'build'),
|
path: path.resolve(__dirname, 'build'),
|
||||||
|
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
|
||||||
},
|
},
|
||||||
|
devtool: 'cheap-source-map'
|
||||||
};
|
};
|
||||||
|
|
||||||
const main = {
|
const main = {
|
||||||
|
|||||||
Reference in New Issue
Block a user