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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
179 B
JavaScript
Raw Normal View History

2019-06-02 20:03:03 +00:00
module.exports = require('./webpack.config.base')({
target: 'sandboxed_renderer',
alwaysHasNode: false,
wrapInitWithProfilingTimeout: true,
wrapInitWithTryCatch: true
});