Skip to content
New issue

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

Full errors not outputted for fixture builds #73

Open
benkeen opened this issue Jul 5, 2024 · 0 comments
Open

Full errors not outputted for fixture builds #73

benkeen opened this issue Jul 5, 2024 · 0 comments

Comments

@benkeen
Copy link
Contributor

benkeen commented Jul 5, 2024

reject(result.compilation.errors.join('\n'));

Just a heads up about this line. I've been integrating our (complex!) webpack config into monosize to allow the fixture to build and it's been throwing errors. However, there's only a single first line of the error output, not the full stack trace. So to get more info I've temporarily hacked this section to console log it.

TBH the code here looks fine so I suspect the extra lines of output is being swallowed up elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant