Skip to content

Commit

Permalink
[core] Remove outdated Next.js options (#33845)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 9, 2022
1 parent 8db323e commit 89c820a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/next.config.js
Expand Up @@ -33,10 +33,8 @@ module.exports = {
},
typescript: {
// Motivated by https://github.com/vercel/next.js/issues/7687
ignoreDevErrors: true,
ignoreBuildErrors: true,
},
webpack5: true,
webpack: (config, options) => {
const plugins = config.plugins.slice();

Expand Down

0 comments on commit 89c820a

Please sign in to comment.