electron/build/webpack/webpack.config.sandboxed_renderer.js

7 lines
179 B
JavaScript
Raw Normal View History

2019-06-02 20:03:03 +00:00
module.exports = require('./webpack.config.base')({
target: 'sandboxed_renderer',
alwaysHasNode: false,
wrapInitWithProfilingTimeout: true,
wrapInitWithTryCatch: true
});