pocka / storybook-addon-turbo-build

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

"ESBuildPlugin is no longer required for usage" deprecation warning #5

Closed IanVS closed 3 years ago

IanVS commented 3 years ago

It seems like the latest versions of esbuild-loader no longer require ESBuildPlugin, and it shows a deprecation warning:

[esbuild-loader] ESBuildPlugin is no longer required for usage and will be removed in the next major release. Please refer to the docs and release notes for more info.

I'll be happy to submit a PR if you'd like.

pocka commented 3 years ago

Since we specify esbuild-loader as a regular dependency, we can safely remove the plugin once we upgrade the loader to ^v2.10.0.

pocka commented 3 years ago

187274d4c02924e1530573b5f92b1ae268fd4b26

ackl commented 3 years ago

Please could you publish 1.0.0-beta.1 which has this change to npm?

pocka commented 3 years ago

@ackl

Please could you publish 1.0.0-beta.1 which has this change to npm?

It's already there but with a beta install tag. 💨 https://www.npmjs.com/package/storybook-addon-turbo-build/v/1.0.0-beta.1