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

5 lines
149 B
JavaScript

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