You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will. The Remix plugin is still a labs plugin so that's why we cannot dedicate as much time as we do to other plugins atm.
Also note that you can update the remix version by yourself, shouldn't have an impact on the actual correct functioning of the plugin.
Also add support for remix stacks
That's something we've been thinking about. Ideally though you would be able to pass existing Remix stacks templates to the Nx plugin generator and it would just proxy stuff through. Otherwise we need to maintain the stacks which we def don't want to.
Dear @juristr ,
is there an ETA on the updated @nrwl/remix plugin? Or an ETA when to declare it as an official plugin?
I just fiddled around a bit, and i really like it. However, i noticed a few things:
app generation misses a stack property (as mentioned above)
update to the latest version of remix (currently 1.9.0)
i had to manually add npm i remix, as the generator did not add this dependency
the generator does not add proper targets to the project.json file of the generated app. I.e., i cannot run npx nx serve demo to start the app. I need to start the dev/prod server via the package.json file within the app folder. This seems a bit "alien" in this case as it does not feels like working with a real nx plugin
All the best and thanks for your hard work on making nx better every day :)
Johannes
Can we give the remix plugin some attention and update to the latest release
Release v1.7.5 · remix-run/remix (github.com)
Also add support for remix stacks
The text was updated successfully, but these errors were encountered: