We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13815b4 commit 8d8b4d0Copy full SHA for 8d8b4d0
apps/site/next.config.mjs
@@ -98,13 +98,10 @@ const nextConfig = {
98
],
99
},
100
webpack: (config, options) => {
101
- if (process.env.NEXT_PUBLIC_ANALYZE) {
+ if (process.env.ANALYZE) {
102
config.plugins.push(
103
codecovNextJSWebpackPlugin({
104
enableBundleAnalysis: true,
105
- // If CODECOV_TOKEN isn't specified, a tokenless
106
- // upload will work as well.
107
- uploadToken: process.env.CODECOV_TOKEN,
108
bundleName: '@node-core/website',
109
webpack: options.webpack,
110
telemetry: false,
0 commit comments