Skip to content

Commit f75b01b

Browse files
committed
Introduce CJS exports
ES modules cannot be imported (required) to a CJS modules. It's a pity to be unable to use a module like this in a CJS project, especially because offering a CJS build output next to the ES one is very easy. The final solution would probably somehow make use of `@ehmicky/dev-tasks`, but it'd mean more work. Consumers of this package won't notice any difference, if it's done later.
1 parent 843e9a8 commit f75b01b

File tree

5 files changed

+337
-12
lines changed

5 files changed

+337
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ node_modules
1010
!.github/
1111
/coverage
1212
/build
13+
/cjs

0 commit comments

Comments
 (0)