Katerina Skroumpelou

Results 130 comments of Katerina Skroumpelou

Ok, potentially [this PR](https://github.com/nrwl/nx/pull/12276) fixes the issue. Maybe yes, maybe no. Edit: it does not :(

So, the "problematic" piece of code (that creates the problem in tests) is this bit here: ``` if (opts.injectScript) { var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.defer=true; g.async=true; g.src=u+opts.clientTrackerName; s.parentNode.insertBefore(g,s); }...

You are right. However, I think that the piwik injection `script` (like your script) just wants to make sure that the piwik script is the first one to be added...

I believe that this is not an issue with Nx, since Nx is invoking the `@storybook/angular` builder directly, this is the reason why I suggested to @dean-g to open the...

Hi there @Fuco1 ! Thanks for the feature request! I see you're willing to implement this feature? Do you want to give this a shot, and reach out to me...

I think so too @Fuco1 ! Do you want to start working on it (fork nx, start a new branch, create a draft PR), and I can take a look...

Thank you SO much @RyanClementsHax ! Heyy can you all please test again to make sure all is fixed now?

We're facing the same issue at Nx. Related issue: https://github.com/nrwl/nx/issues/17019#issuecomment-1561452476 and repro: https://github.com/mandarini/vite-paths

Hello all! Thank you for digging into this issue and coming up with solutions! I will be closing this issue now for two reasons: 1. It seems that there are...