Skip to content

Commit

Permalink
Next.js 11
Browse files Browse the repository at this point in the history
  • Loading branch information
controversial committed Jun 15, 2021
1 parent 985a415 commit 80af763
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["airbnb", "airbnb/hooks"],
"extends": ["airbnb", "airbnb/hooks", "next"],
"env": { "browser": true },
// Override some rules
"rules": {
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = withBundleAnalyzer({
path: 'https://images.prismic.io/luke/',
},

future: { webpack5: true },
webpack: (config) => {
config.module.rules.push({
test: require.resolve('./src/components/MobileLayout/sequences.js'),
Expand Down
Loading

0 comments on commit 80af763

Please sign in to comment.