question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Watch mode breaks for esbuild v0.9.0

See original GitHub issue

After upgrading to esbuild 0.9.0 I’m receiving this error message

error: “metafile” must be a boolean

Looking at the release notes it seems that the metafile attribute now only needs to be true rather than pointing to a file.

If I put {metafile: true} into my estrella build config I’m receiving this though:

The “path” argument must be of type string or an instance of Buffer or URL. Received type boolean (true)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
danielberndtcommented, Mar 11, 2021

Thank you @rsms for the quick fix! ❤️

Just upgraded to the esbuild 0.9.0 and estralla 1.3.3 and it all works like a charm 😃

1reaction
geoffreylittcommented, Mar 10, 2021

@rsms thanks for fixing this so quickly! Just upgraded to 1.3.1 and it’s working great 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error [DataCloneError] when using watch mode on build #1545
Watch mode is intended to be used with asynchronous builds. Use the build API instead of the buildSync API as shown in the...
Read more >
Esbuild 0.9 - Hacker News
I've plugged in Esbuild, I have used bundle mode though to see what it's like, it works fine if I external all of...
Read more >
Evan Wallace | @evanw@hachyderm.io - Twitter
No big plans at the moment; I'm mainly taking a break. Just wanted to share publicly that I left so people don't think...
Read more >
esbuild - Next-generation JavaScript bundler - Refine Dev
Watch mode means the esbuild can detect the changes in the source code as they occur. Instead of worrying about file-watchers or using...
Read more >
CHANGELOG.md | lume@v1.13.1 - Deno
Some Nunjucks template caches not cleaned after changes in watch mode. ... All sourceMap option of plugins like esbuild , sass , postcss...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found