mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
module.exports = require('./webpack.config.base')({
|
|
target: 'sandboxed_renderer',
|
|
alwaysHasNode: false,
|
|
wrapInitWithProfilingTimeout: true,
|
|
wrapInitWithTryCatch: true
|
|
});
|