exportdefaultdefineConfig({ vite: { plugins: [ // Put the Codecov SolidStart plugin after all other plugins solidPlugin(), codecovSolidStartPlugin({ enableBundleAnalysis:true, bundleName:"example-solidstart-bundle", gitService:"github", }), ], }, });
Details for the Codecov SolidStart plugin.
Example
See
Options for list of options.