pocka / storybook-addon-turbo-build

Storybook Addon to improve build performance
MIT License
49 stars 3 forks source link

Publish new version supporting esbuild-loader v3 #48

Closed MichaelMitchell-at closed 1 year ago

MichaelMitchell-at commented 1 year ago

Description of the feature

ESbuild-loader v3 introduces a breaking change which is trivial to fix (change ESBuildMinifyPlugin to EsbuildPlugin).

Dependabot started a PR here, but it needs to fix the compatibility issue. https://github.com/pocka/storybook-addon-turbo-build/pull/42

Possible improvements

It would be nice to be able to use it in order to get the downstream ESBuild updates, which are needed to support new JS/TS syntax changes.

Considerations

No response

Optimization level

None

pocka commented 1 year ago

3a66433be5f2781aedb444275da75e3a9606eff5 (v2.0.0)

MichaelMitchell-at commented 1 year ago

Thank you!