Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
default export  is not really needed and a bad practice in general to have both named and default exports of the same module
  • Loading branch information
husayt authored Aug 6, 2024
1 parent 4c88533 commit af8266f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,3 @@ function federation(mfUserOptions: ModuleFederationOptions): Plugin[] {
}

export { federation };
export default federation

0 comments on commit af8266f

Please sign in to comment.