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

6 lines
149 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,
2019-06-02 20:03:03 +00:00
})