exportdefaultdefineNuxtConfig({ devtools: { enabled:true }, w builder:"vite", // Ensure that the plugin is added to the modules array modules: [ [ "@codecov/nuxt-plugin", { enableBundleAnalysis:true, bundleName:"nuxt-bundle-analysis", gitService:"github", }, ], ], });
Details for the Codecov Nuxt module.
Example
See
Options for list of options.