|
|
|
|
|
by franciscop
312 days ago
|
|
For simple projects you needed now to add rollup or other build system that didn't have or need it before. For complex systems (with non-trivial exports), now you have a mess since it wouldn't work straight away. Now with ESM if you write plain JS it works again. If you use Bun, it also works with TS straight away. |
|