Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Apr 16, 2024
1 parent b96f9f6 commit bc67cef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/polyfills/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const ecmascriptPolyfill = list
.concat(require.resolve('./runtime/transpiler.js'))
.map((x) => `import '${x}'\n`)
.join('')
console.log(ecmascriptPolyfill)
export default defineConfig([
{
input: 'entry',
Expand Down

0 comments on commit bc67cef

Please sign in to comment.