Closed jarimustonen closed 1 month ago
I also ran in the cypress issue when it ran via the github action .... I got around it by updating mocks/index.js
and replacing 'rest' with 'http'.
import { http } from "msw";
...
http.post(`...
You will also need to update msw to the latest version. I have v2.1.5 right now ...
Any chance this project will be updated to use the vite version? is there anyone working on this?
its a template, you are free to upgrade it yourself and sumbit a PR
its a template, you are free to upgrade it yourself and sumbit a PR
This is exactly why I asked, I am considering updating it, but won't do it if, lets say, someone else is already working on it.
I think everyone is happy paying the bills with esbuild
but esbuild is becoming a drag so I'm getting closer to trying vite again by myself
@gustavorino I have the build working here if you want to help https://github.com/davisg123/grunge-stack/tree/vite
I've been unable to figure out how to run the architect sandbox along with vite:dev. There is some discussion about it https://github.com/remix-run/remix/discussions/8836 but I haven't figured out what the run dev command needs to be
Closed by #186
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
As the software evolves, the stack should be such that is could be updated to latest version. To this end, I suggest that grunge-stack is updated to latest versions.
I have tried this manually and was able to fix a few errors:
@smithy/node-http-handler
,@aws-sdk/lib-dynamodb
, and@aws-sdk/client-dynamodb
)isbot
should be retained at the version3.8.0
due to breaking changes in the version4.0.0
remix.config.js
must be added the following configuration:browserNodeBuiltinsPolyfill: { modules: { querystring: true } }
Finally there is also an error related to cypress tests. The tests fail with:
I'm at lost here and really do not know what to do with this. If someone can help with this one, I could make pull request. Or maybe the Remix team would like to update the stack..
Expected Behavior
N/A
Actual Behavior
N/A