Azarox
Multiple main in bundle relative path for preview
Sorry for the response time @rubenf , i have try with a minimal example:
i can reproduce the bug in this case:
script1.ts:
script2.ts:
i want to execute script1.ts, if i execute it with any data the
console.log(data)
result will be undefined, but if i comment this line: import { main as script2 } from './script2.ts'
the console.log(data)
will work correctly9 replies