Skip to content

Commit

Permalink
build Dual CommonJS/ES module package (#605)
Browse files Browse the repository at this point in the history
* expanded build to output ES modules, added exports fields to assist ES module bundlers like rollup

* chore(deps): update dependency ts-jest to v28.0.8

* chore(deps): update dependency @types/jest to v28.1.7

* fix(deps): update gatsby monorepo

* fix(deps): update dependency gatsby to v4.21.1

* expanded build to output ES modules, added exports fields to assist ES module bundlers like rollup

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
semmel and renovate[bot] authored Aug 23, 2022
1 parent 37b12da commit 3a68530
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
lib
coverage
.cache
dist
dist
.idea
Loading

0 comments on commit 3a68530

Please sign in to comment.