mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
module.exports = require('./webpack.config.base')({
|
|
target: 'renderer',
|
|
alwaysHasNode: true,
|
|
targetDeletesNodeGlobals: true,
|
|
wrapInitWithProfilingTimeout: true,
|
|
wrapInitWithTryCatch: true
|
|
});
|