Skip to content

Commit 8d8b4d0

Browse files
committed
fixup!
1 parent 13815b4 commit 8d8b4d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/site/next.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,10 @@ const nextConfig = {
9898
],
9999
},
100100
webpack: (config, options) => {
101-
if (process.env.NEXT_PUBLIC_ANALYZE) {
101+
if (process.env.ANALYZE) {
102102
config.plugins.push(
103103
codecovNextJSWebpackPlugin({
104104
enableBundleAnalysis: true,
105-
// If CODECOV_TOKEN isn't specified, a tokenless
106-
// upload will work as well.
107-
uploadToken: process.env.CODECOV_TOKEN,
108105
bundleName: '@node-core/website',
109106
webpack: options.webpack,
110107
telemetry: false,

0 commit comments

Comments
 (0)