Skip to content

Commit 872494e

Browse files
chore: Update JSDoc to use @internal (#2091)
Co-authored-by: Patryk Kuniczak <p.kuniczak@gmail.com>
1 parent d0848b0 commit 872494e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wxt/src/core/builders/vite/plugins/bundleAnalysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function bundleAnalysis(config: ResolvedConfig): vite.Plugin {
1616
}
1717

1818
/**
19-
* @deprecated FOR TESTING ONLY.
19+
* @internal FOR TESTING ONLY.
2020
*/
2121
export function resetBundleIncrement() {
2222
increment = 0;

0 commit comments

Comments
 (0)