modernweb-dev / storybook-prebuilt

Storybook prebuilt to work with native es modules
MIT License
37 stars 9 forks source link

Latest version is broken: Could not resolve import "react". #105

Closed THETCR closed 2 years ago

THETCR commented 2 years ago

./src/manager.js imports React, but React is not bundled or defined as a dependency.

"Error while transforming node_modules\@web\storybook-prebuilt\manager.js: Could not resolve import "react"."

Verified the issue by using the open-wc initializer.

peschee commented 2 years ago

The last working version seems to be 0.1.28. Every other version after that has this issue.

abdonrd commented 2 years ago

Friendly ping to @LarsDenBakker (I just see you create the latest version).