continue icon indicating copy to clipboard operation
continue copied to clipboard

fix(build): update esbuild to 0.25.3

Open chezsmithy opened this issue 6 months ago • 2 comments

Description

I've noticed a build problem where the 2 year old version of esbuild is no longer pulling binaries which are required to build locally.

I'm noting a question that needs to be resolved:

https://github.com/chezsmithy/continue/blob/e96639f17107def6050f265508949d6a071a0222/extensions/vscode/scripts/prepackage.js#L386

Notes that it pulls a pre-build version of esbuild. Would this also need to be updated to use the latest version as well? I'm assuming so?

Checklist

  • [X] The relevant docs, if any, have been updated or created
  • [X] The relevant tests, if any, have been updated or created

Screenshots

[ For visual changes, include screenshots. Screen recordings are particularly helpful, and appreciated! ]

Testing instructions

[ For new or modified features, provide step-by-step testing instructions to validate the intended behavior of the change, including any relevant tests to run. ]

chezsmithy avatar Apr 24 '25 23:04 chezsmithy