diff --git a/src/configs/react.ts b/src/configs/react.ts index 05f80e3c..cda5d31a 100644 --- a/src/configs/react.ts +++ b/src/configs/react.ts @@ -93,6 +93,13 @@ export async function react( allowExportNames: [ ...(isUsingNext ? [ + 'dynamic', + 'dynamicParams', + 'revalidate', + 'fetchCache', + 'runtime', + 'preferredRegion', + 'maxDuration', 'config', 'generateStaticParams', 'metadata',