peace-duro
Results
1
comments of
peace-duro
The transpiled esm files have `.js` extensions instead of `.mjs`. This breaks builds because `.js` is process as CJS while `.mjs` is processed as ESM. The output files should name...