electron/build/webpack/webpack.config.browser.js

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

5 lines
99 B
JavaScript
Raw Normal View History

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