You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Webpack5-based projects, a babel plugin is in place to adjust the compiled code to add meta-information about the order of stories since Webpack5 might shuffle the order. In the future, the Webpack5 builder will not only support Babel, but another compiler like SWC. Therefore, we have to change the implementation of this transformation for being compiler agnostic.
The text was updated successfully, but these errors were encountered:
In Webpack5-based projects, a babel plugin is in place to adjust the compiled code to add meta-information about the order of stories since Webpack5 might shuffle the order. In the future, the Webpack5 builder will not only support Babel, but another compiler like SWC. Therefore, we have to change the implementation of this transformation for being compiler agnostic.
The text was updated successfully, but these errors were encountered: