Zachary Wentworth
Zachary Wentworth
Probably the greatest shortcoming of VSCodeVim for me right now.
You either need to have your `node_modules` next to your app, or you need to bring them in as a resource: `nexe -o test.exe -r "./node_modules/**/*" -t windows --build --verbose`
look at `resources` in the documentation.
Hey @calebboyd! Thanks for the response. That makes total sense, though I was really hoping to avoid a bundler. 😆 I saw a few issues in the `nexe` repo related...