codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
74 stars 15 forks source link

[draft] replace CRA with Vite #378

Closed lihebi closed 1 year ago

lihebi commented 1 year ago

This is only a demo/draft for reference purposes.

Create-react-app (CRA) isn't recommended by React team anymore [ref]. Also, we needed a "react-app-rewired" walkaround to make Monaco editor in CRA's webpack bundler, which isn't nice. The options are:

Status: The app is working using Vite. But the unit test throws an exception when initializing the parser (const parser = new Parser()).

lihebi commented 1 year ago

addressed in #468