Dominik Pieper
Dominik Pieper
React/Ionic NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function
@vashchukmaksim, the packages aren't 15.8 compatible yet. All @nxext packages with 15.7.x are Nx 15.7.x compatible, 15.8 will follow
Hey, I experiment with installing it dynamically while the generator runs. It's not a hard dependency yet cause I don't want to pin too many Nx packages in defined versions...
With prerender you need to set the url: baseUrl: ’https://.local/', for the www task ``` baseUrl: 'https://.local/', ``` Unfortunately the error you got is the generic error I get from...
@SimonCockx mhh not sure yet. I’ll do Sonne experiments cause I usually don’t use pnpm that often. I plan to do some stuff around the ionic packages the next time
The problem here is that the default Version Nx ships with and what works with Stencil is different. I've to add (again) something to downgrade here
@Ehrax, I'm a little afraid of what could be a solution here. We could downgrade automatically while installing deps, but this could harm other projects (eg, Angular, React, or something...
Yes, if we downgrade the @nrwl/jest package to v14 in a v15 environment, that'll definitively break stuff. The hard part here is, we can't easily fix what upstream isn't able...
@RobertoGoAm could you retry with the latest version please?
@goetzrobin do you want some help with this? :-) Are the points still valid or does anything changed?