electron/build/webpack/webpack.config.node.js

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

5 строки
96 B
JavaScript
Исходник Постоянная ссылка Обычный вид История

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