Open bgourlie opened 2 years ago
Any updates on when the PR will be merged?
Anyone going to merge this?!?!?!
@DominikPieper any chance you can address the sveltekit merge
@algoflows the sveltekit package is going to be completely refactored with the new @nrwl/vite package
Nice, is there a timeline for this?
Not really, hopefully, it’s ready soon but it depends on how much time I have to spend
Any way to help this along?
Keep eyes on this and look forward to the update.
Describe the bug
Generating a new sveltekit project results in the following:
To Reproduce Steps to reproduce the behavior:
@nxext/sveltekit
plugin in your workspacenpx nx g @nxext/sveltekit:app foo
Expected behavior A project should be created without error.
Additional context Observed in version 14.0.0-next.2. This might affect other plugins in the monorepo as well. Issue not detected in e2e tests presumably because it can resolve the dependency from the project node_modules.