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
Sourcemap is not generated #1
Comments
|
I can reproduce the same behavior also noticed following warning while running
Update: |
|
@skolipaka Thanks, I added what you said and it worked but first I got the error: I fixed the error by increasing the budget, but now the |
|
This app is also using Angular 11 and single-spa, but generates source maps correctly. I am not sure what is different. https://github.com/matt-gold/single-spa-angular-cli/tree/master/child1 |
|
I don't work on this project much, but would review a pull request fixing this. |
Hi,
I changed
"sourceMap": trueinangular.json(line 57) and then runyarn build:single-spa:navbarbut no source maps are generated.The source map file is there, but it is almost empty.
Thanks
The text was updated successfully, but these errors were encountered: