Skip to content

Commit

Permalink
chore: export commands from package entrypoint (#802)
Browse files Browse the repository at this point in the history
* chore: export commands from package entrypoint

* chore: add changeset
  • Loading branch information
thymikee authored Nov 26, 2024
1 parent 3b1f602 commit 502527e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-dolls-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@callstack/repack": patch
---

Export commands from package entrypoint
2 changes: 2 additions & 0 deletions packages/repack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './types';
export * from './logging';
export * from './rules';
export * from './utils';
export { default as commands } from './commands/rspack';
export { default as webpackCommands } from './commands/webpack';

0 comments on commit 502527e

Please sign in to comment.