We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version tested with: 6.0.6
If I have errors in my renderer code, nextron continues packaging even when next build fails
ERROR in ./main/services/window.service.ts Module not found: Error: Can't resolve '@common/types/AppEvents' in '/xxx/services' @ ./main/services/window.service.ts 19:0-72 21:17-29 24:17-32 @ ./main/background.ts [nextron] Packaging - please wait a moment
I suspect this is to do with execa options here: https://github.com/saltyshiomix/nextron/blob/master/lib/nextron-build.ts#L60
The build error seems to happen in webpack compilation:
nextron/lib/nextron-build.ts
Line 83 in 9ec6643
If I had to guess this process doesn't exit with error code 1 on error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version tested with: 6.0.6
Issue
If I have errors in my renderer code, nextron continues packaging even when next build fails
I suspect this is to do with execa options here: https://github.com/saltyshiomix/nextron/blob/master/lib/nextron-build.ts#L60The build error seems to happen in webpack compilation:
nextron/lib/nextron-build.ts
Line 83 in 9ec6643
If I had to guess this process doesn't exit with error code 1 on error?
The text was updated successfully, but these errors were encountered: