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 7442bd6 commit 6a09b5aCopy full SHA for 6a09b5a
integration-tests/test-apps/nextjs/next.config.mjs
@@ -7,14 +7,14 @@ export default {
7
},
8
webpack: (config, options) => {
9
config.plugins.push(
10
- // codecovNextJSWebpackPlugin({
11
- // enableBundleAnalysis: true,
12
- // bundleName: "",
13
- // uploadToken: "test-token",
14
- // apiUrl: process.env.API_URL,
15
- // webpack: options.webpack,
16
- // debug: true,
17
- // }),
+ codecovNextJSWebpackPlugin({
+ enableBundleAnalysis: true,
+ bundleName: "",
+ uploadToken: "test-token",
+ apiUrl: process.env.API_URL,
+ webpack: options.webpack,
+ debug: true,
+ }),
18
);
19
20
return config;
0 commit comments