Files
electron/build/webpack/webpack.config.node.js
Cheng Zhao 2d559ca855 chore: remove node patches by using the preload feature (#41115)
* chore: remove node patches by using the preload feature

* chore: fix node tests caused by filename change
2024-01-26 17:28:11 +09:00

5 lines
96 B
JavaScript

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