mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Small Updates
This commit is contained in:
parent
1832a59dad
commit
4f205d7584
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const nextConfig: NextConfig = {
|
|||
config.plugins.push(
|
||||
codecovNextJSWebpackPlugin({
|
||||
enableBundleAnalysis: true,
|
||||
bundleName: 'example-nextjs-webpack-bundle',
|
||||
bundleName: 'nextjs-webpack-bundle',
|
||||
uploadToken: process.env.CODECOV_TOKEN,
|
||||
webpack: options.webpack,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue