mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix name collision
This commit is contained in:
@@ -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' }),
|
||||
Reference in New Issue
Block a user