Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 505 Bytes

File metadata and controls

8 lines (5 loc) · 505 Bytes

Babel Plugin Next Optional Server

WORK IN PROGRESS DO NOT USE AS IS, this may lead to security issues. In particular, use ONLY with next export, this library does not make sense in any other context.

Remove any code in Next.js applications that prevents a fully static next export, in order to support multiple build target.

Currently, this means removing getServerSideProps from pages.

See this issue for the rational behind this package.