electron/build/webpack/webpack.config.preload_real...

7 lines
174 B
JavaScript

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