Skip to content

Commit

Permalink
upgrade to nextjs 12.1 (#360)
Browse files Browse the repository at this point in the history
* upgrade to nextjs 12.1
* try swc minifier
  • Loading branch information
inodb authored Feb 28, 2022
1 parent 4eff837 commit 2bfbcca
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 1,501 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
swcMinify: true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"mobx": "^6.0.4",
"mobx-react": "^7.0.0",
"mobx-utils": "^5.6.2",
"next": "12",
"next": "12.1",
"node-fetch": "^2.6.0",
"node-sass": "6.0.1",
"pluralize": "^8.0.0",
Expand Down
Loading

1 comment on commit 2bfbcca

@vercel
Copy link

@vercel vercel bot commented on 2bfbcca Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.