Simon Andersson

Results 2 comments of Simon Andersson

Hello @morethanwords, I am having this issue when trying to migrate quite a huge frontend project from CRA to Vite and this is the only things stopping me currently Do...

Thanks for answering, I have found a solution on my end I used `"build": "vite build --minify false",` in order to not minimize the code in `node_modules` I applied your...