I'm working on a project which requires my code to be converted into an executable .exe format to make it run on windows. However I can't find any method or a solution to convert my nodeJs codebase which is in ES6 format into an executable.
I came across few solution such as nexe and pkg, but neither of them supports ES6 - these two packages expects my codebase to be in a ES5 format which has require in it instead of import