version 1.0
This commit is contained in:
13
src/main/frontend/generated/jsx-dev-transform/jsx-runtime.ts
Normal file
13
src/main/frontend/generated/jsx-dev-transform/jsx-runtime.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
Fragment as reactFragment,
|
||||
jsx as reactJsx,
|
||||
jsxs as reactJsxs,
|
||||
} from "react/jsx-runtime";
|
||||
|
||||
export const Fragment = reactFragment;
|
||||
export const jsx = reactJsx;
|
||||
export const jsxs = reactJsxs;
|
||||
|
||||
throw new Error(
|
||||
"Do not use this transform for production builds. It is only meant for development."
|
||||
);
|
||||
Reference in New Issue
Block a user