compiled icon indicating copy to clipboard operation
compiled copied to clipboard

esbuild plugin

Open rippi opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. My team recently switched from babel to esbuild for its by far better build times. Unfortunately there doesn't seem to be an esbuild plugin for compiled, yet.

Describe the solution you'd like An esbuild plugin for compiled.

Describe alternatives you've considered There are ways to use babel with esbuild, e.g. esbuild-plugin-babel, and then load babel plugins into that, but this solution brings back the old slow build times of babel. In combination with typescript this doesn't work at all.

rippi avatar Mar 23 '22 20:03 rippi

Hi @rippi, long-term we've looked at improving build performance by utilising SWC (the prefered method for Parcel plugins, which is the preferred bundler at Atlassian). This change isn't road mapped but we hope to prioritise build performance soon.

JakeLane avatar Mar 23 '22 23:03 JakeLane

Hi @rippi, long-term we've looked at improving build performance by utilising SWC (the prefered method for Parcel plugins, which is the preferred bundler at Atlassian). This change isn't road mapped but we hope to prioritise build performance soon.

@JakeLane has there been any additional consideration for SWC support? 😄

austinbiggs avatar Feb 05 '24 05:02 austinbiggs