electron/build/webpack/webpack.config.preload_realm.js

7 lines
174 B
JavaScript
Raw Normal View History

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