Skip to content

Commit

Permalink
update webpack readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Jan 10, 2024
1 parent 861c925 commit 683c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
codecovWebpackPlugin({
enableBundleAnalysis: true,
bundleName: "example-webpack-bundle",
globalUploadToken: process.env.CODECOV_TOKEN,
uploadToken: process.env.CODECOV_TOKEN,
}),
],
};
Expand Down

0 comments on commit 683c2c1

Please sign in to comment.