issues
search
notea-org
/
notea
📒 Self hosted note taking app stored on S3
2.08k
stars
383
forks
source link
Update to Next.JS 12
#142
Closed
tecc
closed
2 years ago
tecc
commented
2 years ago
Changelist
:
Updated project to use Next.js 12, which should provide better performance and stuffs.
Removed .babelrc to take advantage of Next.js' SWC backend (which offers faster build times).
Commented out the "images" yarnclean directive, as it was causing issues with Next.js.
next-pwa has been updated, and next.config.js has been updated to use its newer API.
React has been updated to React 18. (Note: The @types/react package could not use the latest version due to some issues with the package itself.)
Changelist: