Files
electron/build/webpack/webpack.config.sandboxed_renderer.js
Samuel Attard eb8c6a8efd fix: handle electron script errors better (#25331) (#25454)
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
2020-09-14 12:00:49 -07:00

7 lines
178 B
JavaScript

module.exports = require('./webpack.config.base')({
target: 'sandboxed_renderer',
alwaysHasNode: false,
wrapInitWithProfilingTimeout: true,
wrapInitWithTryCatch: true
})