-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
v12.1.2 breaks SSR compilation with multiple tsconfigs. #1037
Comments
I can confirm that this is happening. I was using |
@just-jeb here's the minimal reproduction repo for you: https://github.com/exequiel09/angular-builders/tree/multiple-tsconfigs-error/packages/custom-webpack/examples/full-cycle-app Run the following command for the
Notes: Dumping the value of
P.S. Make sure you're on the |
Should be fixed in |
I'll try this tomorrow. It's already night in my timezone 😅 Will comment
out an update tomorrow morning 🙏🏻
…On Wed, Sep 29, 2021, 9:33 PM JeB, ***@***.***> wrote:
Should be fixed in 12.1.3-beta.1. Could you please verify?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1037 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ22ADCPWTARKBG5CZLJQLUEMIRHANCNFSM5EE4VNNA>
.
|
Hey @just-jeb! Works like a charm! 🥳 |
Cool then, I'm graduating it. Thanks! |
Sorry for the late reply, but confirming that v12.1.3 also fixes the issue for me. |
Describe the Bug
On
v12.1.2
, my SSR application fails to build when runningnpm run dev:ssr
with the error:Called with multiple tsconfigs.
The error is not present in
v12.1.1
and the application compiles as expected.I've tested downgrading from
v12.1.2
tov12.1.1
on two projects and can confirm the issue is present in both projects.The error seems to be thrown from here
Minimal Reproduction
v12.1.2
in a project using@angular-builders/custom-webpack:server
to compile the server and@angular-builders/custom-webpack:browser
for the browser application.v12.1.1
.Expected Behavior
The Angular application should compile both the frontend and server portions of the project correctly without errors.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: