vite-plugin-storybook-nextjs 1.0.0--canary.9.bba6403.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,10 @@ When using components that rely on Next.js Server Actions, there are some limita
|
|
|
94
94
|
|
|
95
95
|
This comment ensures that the components using Next.js Server Actions are properly handled in a jsdom environment, which is necessary for them to function correctly in Vitest.
|
|
96
96
|
|
|
97
|
+
## SWC Mode
|
|
98
|
+
|
|
99
|
+
Only Next.js in SWC mode is supported. If you were forced to opt out of Babel for some reason, you will very likely encounter issues with this plugin (e.g., emotion support in SWC is still lacking behind).
|
|
100
|
+
|
|
97
101
|
## License
|
|
98
102
|
|
|
99
103
|
This project is licensed under the MIT License.
|