Skip to content

Commit 7a07996

Browse files
authored
Merge pull request #14 from timlrx/upgrade
update dependencies
2 parents 72c099c + debc775 commit 7a07996

File tree

5 files changed

+1738
-1342
lines changed

5 files changed

+1738
-1342
lines changed

next.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
44

55
module.exports = withBundleAnalyzer({
66
pageExtensions: ['js', 'jsx', 'md', 'mdx'],
7-
experimental: {
8-
modern: true,
7+
future: {
8+
webpack5: true,
99
},
1010
webpack: (config, { dev, isServer }) => {
1111
config.module.rules.push({

0 commit comments

Comments
 (0)