next.js
24a71dcd - Support viewport export via TS Plugin (#57554)

Commit
2 years ago
Support viewport export via TS Plugin (#57554) ### What? The Next.js TS Plugin generally supports the named exports for the pages and layouts. Currently the TS Plugin doesn't support the new viewport export. See: https://nextjs.org/docs/app/building-your-application/upgrading/codemods#use-viewport-export ### How? Added the `viewport` export to the `constants.ts`. Closes #57680
Author
Parents
Loading