-
Notifications
You must be signed in to change notification settings - Fork 310
Conversation
@rkostrzewski Great work!! , |
Can you explain the use case for this. I'm not following. Thanks, |
@danbucholtz Any chance to see that PR merged soon? As I understand it should fix problem with long paths kinda |
Ops.. Actually adding to tsconfig:
Fix that problem. But only for prod build. |
New info :) Dev build fails on transpile step with config: And prod build fails at ngc step with config: |
Hi @danbucholtz, TL;DR: Long version:
Prior to TypeScript 2.0 when one wanted to reference transaction.ts module it would look like this
It all works well with development builds as @adascal described. Webpack/Rollup build from src folder and all is well.
If Hope that clears some stuff. 😃 Seems like sth is wrong with source maps for production builds based on comments on linked issue. I'll check if the issue still persists and the fix works with webpack builds at the weekend - if so I'll rebase the PR to make it margeable. |
Thanks for the detailed explanation. In theory this sounds good! In reality I am a little concerned but we just need to do some testing and verify. We'll have to test that everything works with rollup and webpack Thanks, |
Sorry, I don't think we will be supporting this feature in the coming months. Maybe we'll revisit it at a future date. Thanks for contributing! Thanks, |
Short description of what this resolves:
Add support of path mapping in ngc step of build
Changes proposed in this pull request:
Fixes: #125