next.js/test/e2e/swc-plugins-env/app/page.tsx
page.tsx7 lines213 B
// ENV_CHECK will be replaced by the SWC plugin with "development" or "production"
declare const ENV_CHECK: string

export default function Home() {
  return <main>The SWC plugin received env={ENV_CHECK}</main>
}
Quest for Codev2.0.0
/
SIGN IN