Eike Foken
Eike Foken
@akshay-gupta7 @keeganedwin this issue should be reopened as mentioned above. We have the same issue at IBM iX, everytime you do a change in Token Studio, 3 commits are made...
I recently got a Vite project running with Vite 6 and all latest versions 🙂 1. Run `yarn create vite`, install `react-strict-dom` and `postcss-react-strict-dom` 2. Change `vite.config.ts` ``` import react...
Correction: `postcss.config.js` is also working without any problem. When working with Node < 22, you have to use `babel.config.cjs` to get `vite-plugin-babel` working correctly, but I found out that `.js`...
@fredericrous its not the same issue. The issue is that you try to run your web bundle of the ui package on native. In both of your repos, with Vite...