This is a response to https://gist.github.com/joepie91/bca2fda868c1e8b2c2caf76af7dfcad3?permalink_comment_id=4767875#gistcomment-4767875
if you are so sure about using 'import' from common js then send some code samples - maybe it will help someone else.
Sure @cybafelo, i can give you 3 example (from easy to more adv)
i'm going to create a basic hello world example that uses express
(cjs) and node-fetch
(esm-only)
here is what my package.json looks like: