]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove debugging log
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sun, 29 Jan 2023 19:48:20 +0000 (03:48 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Sun, 29 Jan 2023 19:49:21 +0000 (03:49 +0800)
scripts/dev.mjs

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