-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(paths): use TypeScript absolute paths #208
base: develop
Are you sure you want to change the base?
Conversation
The feature is all good except for one thing: Parcel 1 can not handle for now the custom TypeScript paths. It lead to two solutions:
For now, I prefer the first solution since this feature is not a must have. |
Waiting parcel-bundler/parcel#202 |
@vvalembois no need to review it, the label waiting it set because it is not yet finished. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Fixes #267.