v3.0.1
- Support Emotion via the new
jsxImportSource
option (fixes #25)
To use it with Emotion, update your config to:
export default defineConfig({
plugins: [react({ jsxImportSource: "@emotion/react" })],
});
jsxImportSource
option (fixes #25)To use it with Emotion, update your config to:
export default defineConfig({
plugins: [react({ jsxImportSource: "@emotion/react" })],
});