Build storybook and serve it, you'll get an error that:
Failed to resolve module specifier "@qwik-city-sw-register". Relative references must start with either "/", "./", or "../".
Expected Behavior
Storybook should be browseable even after it has been built. Imagine if you want to deploy all of your components to be browseable for documentation purposes
GitHub Repo
No response
Steps to Reproduce
Create a new project
npx create-nx-workspace@17.0 --preset=qwik-nx --qwikAppName=myapp
npx nx g qwik-nx:storybook-configuration myapp
npx nx g qwik-nx:component --name=my-component -p myapp --generateStories
Build and serve your newly built storybook
npx nx run myapp:build-storybook
npx http-server dist/storybook/myapp
Current Behavior
Build storybook and serve it, you'll get an error that:
Expected Behavior
Storybook should be browseable even after it has been built. Imagine if you want to deploy all of your components to be browseable for documentation purposes
GitHub Repo
No response
Steps to Reproduce
Create a new project
Build and serve your newly built storybook
You'll see an error:
Nx Report
Failure Logs
No response
Additional Information
No response