Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Remove outdated Next.js options #33845

Merged
merged 1 commit into from Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in vercel/next.js#12941

(I hate this kind of PRs, when you look at it, you have no idea why ignoreDevErrors is gone. And of course, the PR is locked, so you can't ask, it sounds like it was decided on a private channel, perfect to engage with the community)

ignoreBuildErrors: true,
},
webpack5: true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webpack: (config, options) => {
const plugins = config.plugins.slice();

Expand Down