Skip to content

Commit

Permalink
chore: link to esbuild issue
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 29, 2022
1 parent 52a647f commit a36be20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/lib/src/main.js
@@ -1,5 +1,5 @@
export default function myLib(sel) {
// Force esbuild helpers
// Force esbuild spread helpers (https://github.com/evanw/esbuild/issues/951)
console.log({ ...'foo' })

document.querySelector(sel).textContent = 'It works'
Expand Down

0 comments on commit a36be20

Please sign in to comment.