Skip to content

Commit

Permalink
webpack5
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Apr 28, 2021
1 parent cba6908 commit f1bbb4b
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 352 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ module.exports = withBundleAnalyzer({
],
},
reactStrictMode: true,
future: {
webpack5: true,
},
})
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"fs": "^0.0.1-security",
"hast-util-to-string": "^1.0.4",
"lodash.throttle": "^4.1.1",
"next": "^10.1.3",
"nodemailer": "^6.5.0",
"next": "^10.2.0",
"nodemailer": "^6.6.0",
"nodemailer-smtp-transport": "^2.7.4",
"probe-image-size": "^7.1.0",
"react": "17.0.2",
Expand All @@ -64,13 +64,13 @@
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.1.3",
"@next/bundle-analyzer": "^10.2.0",
"@types/cheerio": "^0.22.28",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.41",
"@types/node": "^15.0.1",
"@types/nodemailer": "^6.4.1",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/react": "^17.0.3",
"@types/react": "^17.0.4",
"@types/rss": "^0.0.28",
"@types/sanitize-html": "^2.3.1",
"@types/styled-components": "^5.1.9",
Expand All @@ -81,11 +81,11 @@
"autoprefixer": "^10.2.5",
"critters": "^0.0.10",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.25",
"postcss": "^8.2.12",
"postcss": "^8.2.13",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0",
Expand Down
Loading

1 comment on commit f1bbb4b

@vercel
Copy link

@vercel vercel bot commented on f1bbb4b Apr 28, 2021

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.