Kevin Yank e8a9166ddd Enable scopedResolve to accept script file references
The previous implementation supported relative references to packages
(e.g. `next/dist/compiled/react-dom`)
and named exports
(e.g. `next/dist/compiled/react-dom/client`),
but not references to physical script files within packages
(e.g. `next/dist/compiled/react-dom/cjs/react-dom-test-utils.production.js`).

The latter are now handled by detecting when require.resolve returns a path and filename that ends with the exact string provided to the function.
2024-10-31 15:13:53 +11:00
..
2024-08-15 10:00:59 +02:00
2024-08-14 15:38:25 +02:00
2024-06-04 22:53:21 +02:00
2024-07-08 15:06:09 +01:00
wip
2024-07-03 13:21:00 +02:00

Storybook for Next.js

See documentation for installation instructions, usage examples, APIs, and more.

Acknowledgements

This framework borrows heavily from these Storybook addons: