LabEG / Serializable

Small library for deserialization and serialization for javascript and typescript
MIT License
62 stars 10 forks source link

Why /dist folder isn't es5 js? #5

Closed clicman closed 3 years ago

clicman commented 3 years ago

So it's impossible to use it on nodejs side

image
LabEG commented 3 years ago

Soon I will fix build system to make two versions of the package, with and without modules.

Right now, you can use @babel/register to solve the problem.

LabEG commented 3 years ago

Added to the build is a version of the build with commonjs modules.

Please try.

clicman commented 3 years ago

Thanks. Will try it tomorrow!