Skip to content

Commit

Permalink
[core] Remove outdated Next.js options (mui#5727)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and alexfauquette committed Aug 26, 2022
1 parent 2a51d9f commit cccc3a8
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 @@ -34,7 +34,6 @@ module.exports = {
assetPrefix: isDeployment ? '/x' : '',
typescript: {
// Motivated by https://github.com/zeit/next.js/issues/7687
ignoreDevErrors: true,
ignoreBuildErrors: true,
},
env: {
Expand All @@ -52,7 +51,6 @@ module.exports = {
SOURCE_CODE_ROOT_URL: 'https://github.com/mui/mui-x/blob/master',
SOURCE_CODE_REPO: 'https://github.com/mui/mui-x',
},
webpack5: true,
webpack: (config, options) => {
const plugins = config.plugins.slice();

Expand Down

0 comments on commit cccc3a8

Please sign in to comment.