CJS and ESM for Node and Browser environments#586
Conversation
|
|
|
Codecov Report
@@ Coverage Diff @@
## development #586 +/- ##
===============================================
+ Coverage 74.46% 74.48% +0.02%
===============================================
Files 182 182
Lines 6398 6416 +18
Branches 1574 1579 +5
===============================================
+ Hits 4764 4779 +15
- Misses 1612 1615 +3
Partials 22 22
Continue to review full report at Codecov.
|
|
There are a multiple problems in switching to new style of development with esbuild mainly for monorepos.
Dropping
Using export maps
So, all in all there a multiple problems in moving a monorepo structure along with typescript to full |
cjsmodules insideesm. Since, we are exposingmoduleunderexports too. Now build tools pick onlyesm` and these causes interop issues for us.#583