fix name collision
This commit is contained in:
parent
446ddc2c11
commit
1cbf4c8c7e
3 changed files with 172 additions and 4 deletions
|
|
@ -15,3 +15,7 @@ const options = {
|
|||
export default defineConfig({
|
||||
plugins: [react(), mdx(options)],
|
||||
});
|
||||
|
||||
// jsxRuntime:'classic' to prevent "jsxDevRuntime.exports.jsxDEV is not a function" for dev mode
|
||||
// mode: 'development',
|
||||
// react({ jsxRuntime: 'classic' }),
|
||||
Loading…
Add table
Add a link
Reference in a new issue