mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 03:32:51 +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(
|
config.plugins.push(
|
||||||
codecovNextJSWebpackPlugin({
|
codecovNextJSWebpackPlugin({
|
||||||
enableBundleAnalysis: true,
|
enableBundleAnalysis: true,
|
||||||
bundleName: 'example-nextjs-webpack-bundle',
|
bundleName: 'nextjs-webpack-bundle',
|
||||||
uploadToken: process.env.CODECOV_TOKEN,
|
uploadToken: process.env.CODECOV_TOKEN,
|
||||||
webpack: options.webpack,
|
webpack: options.webpack,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue