How to copy my /asset folder (which I inside my /src) to "/dist/project/src/asset" when I run "nx serve" ? I need it because it contains JSON file that is required for a npm package to load application keys
@bilbobaggins3567 Жыл бұрын
I am very excited to be able to use NX v17 with Angular v15.
@paulh6933 Жыл бұрын
Does ur module federation rely on webpack?
@Supaship6000 Жыл бұрын
Yes! Unless I'm mistaken, "module federation" is a webpack specific feature. Checkout the link. inthe description if you wanna see the module federation example using a vite plugin!
@paulh6933 Жыл бұрын
@@Supaship6000 I'm looking for a solution for Angular 17
@Supaship6000 Жыл бұрын
@@paulh6933 Checkout our module federation generators for hosts and remotes in angular! I don't think we have a good video on this yet, but we'll have one soon
@arozendojr Жыл бұрын
Have you already managed to send the projects made by nx to sonarqube?
@siyavashhamdi109 Жыл бұрын
There is a requirement to update examples/samples from the previous versions to align with the current one. Presently, most of the examples found on the internet do not correspond to this version!
@innomin8251 Жыл бұрын
If only it had hermetic builds…
@Supaship6000 Жыл бұрын
We support hermetic tasks! At least in the sense that you can mark them as cacheable and specify inputs and outputs of the task. Nx will use that to cache your tasks automatically
@innomin8251 Жыл бұрын
@@Supaship6000 right, but since it doesn’t build in isolation, the code can depend on something that isn’t declared.
@shamimi123 Жыл бұрын
When focus on dev time? Right now running NX run is one of the worst if not the worst performing in the industry. It takes the longest time out of all alternatives, please focus on what's really helping productivity for the dev. Thank you.
@beeman-dev Жыл бұрын
Share repo as proof or it didn't happen 😜
@shamimi123 Жыл бұрын
@beeman-dev I would if it wasn't a private monorepo of my company haha
@beeman-dev Жыл бұрын
@@shamimi123 haha sure, cool story bro. Build a repro if you think it's an Nx issue, that way it can be verified and fixed. Up until that point it's probably a skill issue.
@shamimi123 Жыл бұрын
@@beeman-dev good attitude. 👍
@Supaship6000 Жыл бұрын
Hey @shamimi123 - we run benchmarks routinely to make sure Nx stays the fastest solution out there. According to our benchmarks we outperform the competition pretty soundly. Can you expand on where you're having issues with speed?