Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
module.exports = require('./webpack.config.base')({
target: 'sandboxed_renderer',
alwaysHasNode: false,
wrapInitWithProfilingTimeout: true,
wrapInitWithTryCatch: true
});