This repository has been archived by the owner on May 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dependencies): update angular build optimizer for a source map fix
- Loading branch information
a5df139
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @danbucholtz,
we now get the expected behavior even on a larger app (code base).
a5df139
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes the problem is the new release creates sourcemaps under
./www
folder!!!!Edit: They are created and after build deleted, but the app is bundled before they are delete. So the app is bundled with the sourcemaps included.
@danbucholtz