Skip to content

Commit 6a09b5a

Browse files
committed
remove commented out code
1 parent 7442bd6 commit 6a09b5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ export default {
77
},
88
webpack: (config, options) => {
99
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-
// }),
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+
}),
1818
);
1919

2020
return config;

0 commit comments

Comments
 (0)