-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add support for tsconfig paths
. (fixes #150)
#151
Conversation
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 76.82% 77.49% +0.66%
==========================================
Files 11 11
Lines 492 511 +19
==========================================
+ Hits 378 396 +18
- Misses 114 115 +1
Continue to review full report at Codecov.
|
@odensc I really cannot accept this without tests. Any chance you can add a few? Thank you! |
@rauchg Sure, was gonna add tests but couldn't figure out how to put TypeScript tests in with the current structure. |
I believe we already have a typescript test in there! |
* Revert "fix minify default (#168)" This reverts commit c289b28. * Revert "Reduce asset emission and handle unexpected core assets (#166)" This reverts commit b83e921. * Revert "use graceful-fs (#167)" This reverts commit 4ab1f82. * Revert "fix ignore" This reverts commit e6ab392. * Revert "add typescript config for test" This reverts commit fa95d0b. * Revert "0.6.0" This reverts commit 2f12e50. * Revert "add typescript test" This reverts commit d4d0ead. * Revert "Add support for tsconfig `paths`. (fixes #150) (#151)" This reverts commit 4c227fb.
This PR adds support for the
paths
option in tsconfig, usingtsconfig-paths-webpack-plugin
.