Skip to content

Commit

Permalink
Fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Mar 31, 2024
1 parent b715503 commit 713907c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ const babelPlugin = babel({
extensions: [".ts"],
});

const codecovPlugin = codecovRollupPlugin({
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
bundleName: "<bundle project name>",
uploadToken: process.env.CODECOV_TOKEN,
}),


const plugins = [resolvePlugin, babelPlugin];

if (!debugBuild) {
Expand Down

0 comments on commit 713907c

Please sign in to comment.