electron/build/webpack/webpack.config.sandboxed_re...

7 lines
179 B
JavaScript

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