Skip to content

Commit

Permalink
dev: Disable debug for codecov webpack plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Kwong Tung Nan <[email protected]>
  • Loading branch information
kwongtn committed Jun 20, 2024
1 parent 7315b77 commit d2cd3da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = {
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
bundleName: "rosak_firebase",
uploadToken: process.env.CODECOV_TOKEN,
debug: true,
}),
],
};

0 comments on commit d2cd3da

Please sign in to comment.