We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88de73f commit 88c7a76Copy full SHA for 88c7a76
docs/next.config.js
@@ -16,6 +16,7 @@ module.exports = {
16
typescript: {
17
// Motivated by https://github.com/zeit/next.js/issues/7687
18
ignoreDevErrors: true,
19
+ ignoreBuildErrors: true,
20
},
21
webpack: (config, options) => {
22
const plugins = config.plugins.concat([
0 commit comments