Skip to content

Commit e6f3e66

Browse files
authored
ref: Bundler plugin core to just export helper utils (#116)
Refactor bundler plugin to a composable system for upcoming vite meta-framework support.
1 parent 389e3e1 commit e6f3e66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1004
-440
lines changed

.changeset/hungry-toes-hide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@codecov/bundler-plugin-core": patch
3+
"@codecov/webpack-plugin": patch
4+
"@codecov/rollup-plugin": patch
5+
"@codecov/vite-plugin": patch
6+
---
7+
8+
Refactor bundler-plugin-core to be a set of utility/helper functions, and refactor subsequent plugins to use these functions. This will make the plugins composable and easier to maintain in the future.

0 commit comments

Comments
 (0)