Skip to content

Commit

Permalink
export zm from cjs module
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschuaSchneider authored Oct 11, 2021
1 parent 264f21a commit c9a51cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.cjs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Workaround for mixing named and default exports, see https://github.com/developit/microbundle/issues/712
import { mz as mehrzahl } from "./mehrzahl"
Object.assign(mehrzahl, { mz: mehrzahl })
export default mehrzahl
import { mz as mehrzahl, zm } from "./mehrzahl"
Object.assign(mehrzahl, { mz: mehrzahl, zm })
export default mehrzahl

0 comments on commit c9a51cd

Please sign in to comment.