electron/build/webpack/webpack.config.sandboxed_renderer.js
2020-09-04 14:53:49 -07:00

6 lines
179 B
JavaScript

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