-
Notifications
You must be signed in to change notification settings - Fork 417
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
Fix for multiple config files (when compiling typescript config files) #509
Fix for multiple config files (when compiling typescript config files) #509
Conversation
Hi @ltetzlaff, thank you so much for your PR 😄! Sorry you had to deal with the ESLint failures, we had an issue where branch protection checks were being bypassed. I had a quick look at 25db8de which is where you made the actual change, I believe (do let me know if I'm wrong 👍). On the surface, the change seems great - it would be awesome if you could add a few tests checking/verifying the new behaviour, along with an update to the |
No worries, I guessed there was just something out of place from a previous PR or so ✌️
Hmm I took a brief look and honestly can't seem to find a good place to insert a test because existing tests seem to throw in intermediate objects of the compilation pipeline. Where do you think should I put an example |
@hassankhan , @ltetzlaff , any update on this? |
@ltetzlaff , Can you please rebase and get ready this one for merge? @hassankhan , please let us know when can be this included in release. |
I will have a look
…On Wed, Aug 14, 2019 at 9:01 AM Rishikesh Darandale < ***@***.***> wrote:
@ltetzlaff <https://github.com/ltetzlaff> , Can you please rebase and get
ready this one for merge?
@hassankhan <https://github.com/hassankhan> , please let us know when can
be this included in release.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#509?email_source=notifications&email_token=ABKEZXUH6FO25QURLDBFGX3QEOUT5A5CNFSM4HQFCKG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4H4IVI#issuecomment-521126997>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKEZXSLZZVCQ3CCVEJP5MTQEOUT5ANCNFSM4HQFCKGQ>
.
|
@HyperBrain, any luck? |
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.
LGTM
@RishikeshDarandale @ltetzlaff Finally, I'm preparing the latest update. Due to the other fixes, there are some conflicts in some of the files now. Can you try to fix them, so that I can get this one in? For the package.json, it should be up to date already in master. |
Hi there, sorry for leaving this one barren for so long - will take a look at rebasing it onto master in the next days, feel free to do so before if you need it for the release or so ✌️🔜 |
@ltetzlaff , looks like this change will not work correctly. if Thus, according to me if the multi-compile option is provided as below, then
@hassankhan / @HyperBrain , let me know your thoughts as well. I have made these changes in |
@HyperBrain , @hassankhan , @ltetzlaff I have created the new pull request #537 with my understanding. Please verify and let me know your comments! |
Is this PR still needed? Or do we use #537 instead? |
I'm closing this in favor of #537, looks better to me ✌️ |
What did you implement:
Closes #439, #490
How did you implement it:
If
.stats
is an Array check for errors in all compilations.I got errors twice on the way thus used the last output for these.
How can we verify it:
I use a
webpack.config.ts
extending anotherwebpack.config.ts
.Todos:
Is this ready for review?: HELL YEAH
Is it a breaking change?: NO