Arsalan Yaldram

Results 97 comments of Arsalan Yaldram

@ravisojitra I was able to migrate the client project to https://vitejs.dev/. There were a couple of major changes - - Need to rename `.js` files to `.jsx` - Instead of...

@ravisojitra In vite we have a separate way of using environment variables, so in the .env file I have - ``` VITE_APP_PROJECT_SERVICE_URL='http://localhost:3053' ``` and in the constants.js file I am...

@ravisojitra also with vite 3.0 the latest release we need `node 16` and above for it to work, otherwise we face a node:path error. But I was able to build...

@ravisojitra here you go - https://github.com/DhiWise/dhiwise-nodejs/pull/35

A Break down of all the steps I followed - - Use node versions > 16, because vite 3 works with version which are greater than node 16. In the...

@ravisojitra Please run a complete regression Q/A testing on the build if there are any config issues let me know, if there are any styling issues you can easily fix...

@ravisojitra please take care of the linting from your end.

@ravisojitra hey any update on this Pull Request ?

Hey @ravisojitra any update on this. Is everything working as expected ? Can I know the progress on this please ?

Hey @saloni137 what is not working can you please highlight the issues here. Thanks