Romane Donnet
Romane Donnet
Hi! I'm having the same problem. I just ran "direflow create" on an empty project folder and I'm having the same issue. here is my configuration: Are you using TypeScript...
Any updates? Sorry for disturbing
Did anyone got a solution for that? Tried with `--experimental-loader ./https-loader.mjs` but nothing happens
When launching ``` node --experimental-loader ./https-loader.mjs ./index.js ``` index.js code seems to route all require to https-loader but after ``` require = require("esm")(module) ``` everything is handled by ESM require...