vscode 编译卡在 Starting compilation...
yarn run gulp vscode-win32-x64-min
yarn run v1.22.19
$ node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js vscode-win32-x64-min
[11:05:57] Using gulpfile ***\gulpfile.js
[11:05:57] Starting 'vscode-win32-x64-min'...
[11:05:57] Starting clean-out-build ...
[11:05:57] Finished clean-out-build after 4 ms
[11:05:57] Starting build-web-node-paths ...
[11:05:57] Finished build-web-node-paths after 4 ms
[11:05:57] Starting compile-api-proposal-names ...
[11:05:57] Starting compilation api-proposal-names...
[11:05:57] Finished compilation api-proposal-names with 0 errors after 100 ms
[11:05:57] Finished compile-api-proposal-names after 108 ms
[11:05:57] Starting compile-src ...
[11:06:12] [mangler] Done collecting. Classes: 7387. Exported symbols: 8931
[11:06:15] [mangler] Done creating class replacements
[11:06:15] [mangler] Starting prepare rename edits
[11:06:15] Starting compilation...
但是在运行 .\scripts\code.bat
的时候可以正常运行
请问这是为什么呢?