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 6a09b5a commit 0f5fa62Copy full SHA for 0f5fa62
integration-tests/fixtures/generate-bundle-stats/nextjs/next-base.config.mjs
@@ -2,6 +2,9 @@ import { codecovNextJSWebpackPlugin } from "@codecov/nextjs-webpack-plugin";
2
3
/** @type {import('next').NextConfig} */
4
export default {
5
+ eslint: {
6
+ ignoreDuringBuilds: true,
7
+ },
8
webpack: (config, options) => {
9
config.plugins.push(
10
codecovNextJSWebpackPlugin({
0 commit comments