Skip to content

Commit

Permalink
Fix: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Jul 26, 2021
1 parent 5feec1c commit 19b2833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/esbuildHelper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async function importPlugins() {
}

const babelPlugin = esbuildPlugins?.babel;
console.log(babelPlugin);
if (babelPlugin?.enable === true) {
const plugin = await dynamicImport("esbuild-plugin-babel");
plugins["babel"] = assignPlugin(
Expand Down

0 comments on commit 19b2833

Please sign in to comment.