Skip to content

Commit

Permalink
fix: revert commonjs exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Mar 28, 2024
1 parent 761235c commit 2aedbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const rspack: Rspack = fn;

export * from "./exports";
export { rspack };
export default rspack;
module.exports = rspack;

0 comments on commit 2aedbbb

Please sign in to comment.