Skip to content

Commit

Permalink
[core] Remove outdated Next.js options (mui#33845)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and Daniel Rabe committed Nov 29, 2022
1 parent 9e9df5c commit 760e2c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/next.config.js
Original file line number Diff line number Diff line change
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 760e2c2

Please sign in to comment.