storybook-framework-qwik icon indicating copy to clipboard operation
storybook-framework-qwik copied to clipboard

fix: Compatibility issue between Common/ES Modules

Open lufroes opened this issue 6 months ago • 1 comments

This PR fix #82.

Changes made:

  • Updated preset.js to Windows users (like me)
  • previewAnnotations function now do not relay on require anymore
  • wrapForPnP function was removed since StoryBook now handle imports by its own

lufroes avatar Apr 08 '25 12:04 lufroes