build: replace deprecated built-in punycode with userland package (#19502)

This commit is contained in:
Jacob Richman
2026-02-18 18:58:26 -08:00
committed by GitHub
parent 42a7d89999
commit c43500c50b
4 changed files with 11 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ async function main() {
define: {
'import.meta.url': 'import_meta.url',
},
alias: {
punycode: 'punycode/',
},
plugins: [
/* add to the end of plugins array */
esbuildProblemMatcherPlugin,