chore: remove node patches by using the preload feature (#41113)

This commit is contained in:
Cheng Zhao
2024-01-26 01:39:04 +09:00
committed by GitHub
parent 370a2c702b
commit 738e0b9664
21 changed files with 403 additions and 136 deletions

View File

@@ -0,0 +1,4 @@
module.exports = require('./webpack.config.base')({
target: 'node',
alwaysHasNode: true
});