-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: make tsconfig include files complied into serverless too #190
Conversation
@JackCuthbert @divyenduz can this be merged? Are you looking for maintainers? So many great PRs coming in but the repo seems dead for 6+ months. |
Is this repo unmaintained? I need this PR too! |
I need this feature too! |
Yikes. 49 pull requests just sitting. Time for a fork? |
still waiting on this feature, would be nice to be able to include files so they can be compiled without needing to manually import them as it defeats the purpose of having dynamic importing for ease of use |
Wow this saved the day for me! This seriously needs to be merged, but for now I looked at the commits and made my own local patch. Who is maintaining this repo? |
Applied this locally on the most recent version of this plugin and it fixed my issue with my dynamic cc. @medikoo If you're having this issue, as of v2.1.4, you can do the following: Create a file
In your project's
This will patch the module during your |
It's merged and released now |
Hi,
This pr fixed issues that tsconfig include files to watch and compile. Please have a look at it and hope this obeys how to contribute.
Reference issues are Issue 188, Issue 105