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.

Support any version of esbuild

See original GitHub issue

I would like to use Estrella, but I am concerned that it doesn’t support the latest esbuild:

https://github.com/rsms/estrella/blob/94b75b5989f136648c8552956274f680aa3e8bb9/package.json#L44-L45

Would you consider moving the esbuild dependency into peerDependencies? Ideally as "esbuild": "*" so that users are free to install any version of esbuild, and in the README you can note which versions you’ve tested Estrella against.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rsmscommented, Dec 19, 2020

Published in v1.3.0

@jimrandomh If you try with this new version, the warnings about esbuild flags should be gone (updated Estrellas little database about valid parameters) and also the esbuild version requirement has been relaxed in this version.

1reaction
rsmscommented, Dec 19, 2020

Just in case if others need this, I published a temporal fork that moves esbuild to peerDependecies: @kossnocorp/estrella@1.2.10. You can see the changes I’ve made: kossnocorp@005150b

This is likely going to cause you headache down the road when esbuild’s API changes in a way incompatible with some version of estrella. Better would be to define a range (e.g. >=0.6.0 <1.0.0) or a prefix (e.g. 0.*)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started - ESBuild
Getting Started. #Install esbuild. First, download and install the esbuild command locally. A prebuilt native executable can be installed using npm (which ...
Read more >
esbuild/CHANGELOG.md at main - GitHub
An extremely fast JavaScript and CSS bundler and minifier - esbuild/CHANGELOG.md at main · evanw/esbuild.
Read more >
esbuild - npm
An extremely fast JavaScript and CSS bundler and minifier.. Latest version: 0.16.10, last published: 7 days ago. Start using esbuild in your ...
Read more >
Esbuild - Serverless Framework: Plugins
Zero-config: Works out of the box without the need to install any additional plugins; Works with Typescript and Javascript projects; Supports sls package ......
Read more >
esbuild - npm Package Health Analysis - Snyk
Security and license risk for significant versions. All Versions.
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