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 d68d8c6 commit 87d660fCopy full SHA for 87d660f
integration-tests/test-apps/nextjs/next.config.mjs
@@ -2,14 +2,11 @@ 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({
11
enableBundleAnalysis: true,
12
- bundleName: "",
+ bundleName: "test-nextjs-v15",
13
uploadToken: "test-token",
14
apiUrl: process.env.API_URL,
15
webpack: options.webpack,
0 commit comments