chore: remove debugging log

This commit is contained in:
三咲智子 Kevin Deng 2023-01-30 03:48:20 +08:00
parent e340add5a5
commit 3932c10e79
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ const plugins = [
]
if (format === 'cjs' || pkg.buildOptions?.enableNonBrowserBranches) {
console.log(nodePolyfills)
plugins.push(nodePolyfills())
}