clevertech / boilerplate

Clevertech boilerplate for projects based on Docker, Node.js and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embrace ES Modules in the Backend

kutyel opened this issue Β· comments

Hi!

I think it's a nice to have since thanks to esm we can now fully embrace ECMAScript imports/exports both in the frontend and in the backend. πŸ˜‰

I've done some initial work here that maybe can be reused, although more effort is needed.

@gimenete what are your thoughts on this? πŸ˜„

Hi @kutyel

That's an interesting feature/change. However I tend to prefer not to add layers of complexity if not needed. For example I'm not sure if this could have problems with remote debugging or things like that.

If there were something new that this would provide us, I would consider it.

Thanks!

We should close this.