rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Try Svelte Vite 4 with monaco-editor-vite-fix #42

Closed veebs closed 1 year ago

veebs commented 1 year ago

https://www.npmjs.com/package/monaco-editor-vite-fix?activeTab=readme

quockhanh commented 1 year ago

@veebs @vothaison We have NOT upgraded successfully vite 4, so I have to revert back (undo commit) to vite 3

With vite 4, there is no problem at developer local. However, when create installer and publish package (by npm run publish:win, see here), there is issue: electron run with latest code but not svelte. I guess something wrong (or breaking change) so latest svelte code was not compile/build and include into release package

I would like to reopen this issue to fix later