Skip to content

Commit 87d660f

Browse files
committed
didn't have correct bundle name to find
1 parent d68d8c6 commit 87d660f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

integration-tests/test-apps/nextjs/next.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ import { codecovNextJSWebpackPlugin } from "@codecov/nextjs-webpack-plugin";
22

33
/** @type {import('next').NextConfig} */
44
export default {
5-
eslint: {
6-
ignoreDuringBuilds: true,
7-
},
85
webpack: (config, options) => {
96
config.plugins.push(
107
codecovNextJSWebpackPlugin({
118
enableBundleAnalysis: true,
12-
bundleName: "",
9+
bundleName: "test-nextjs-v15",
1310
uploadToken: "test-token",
1411
apiUrl: process.env.API_URL,
1512
webpack: options.webpack,

0 commit comments

Comments
 (0)