You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you very much for maintaining segfault-raub.
When running esbuild to compile a .cjs script prior to packaging my project, esbuild does not recognize the module as native and complains it can't find the module. Adding ".node" to the require call solves the issue.
To make your work easier, I'll go ahead and submit a pull request adding this.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you very much for maintaining segfault-raub.
When running esbuild to compile a .cjs script prior to packaging my project, esbuild does not recognize the module as native and complains it can't find the module. Adding ".node" to the require call solves the issue.
To make your work easier, I'll go ahead and submit a pull request adding this.
The text was updated successfully, but these errors were encountered: