-
Notifications
You must be signed in to change notification settings - Fork 20
DATAP-897 - create react app to rsbuild migration #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
80e9bed
to
1b224e2
Compare
adding correct ignore rules remove craco and craco esbuild adding svg config options more better test updates fixing up tests update list consolelog add option to disable prefix ids and classnames remove .only update build output options update output build file name revert remove custom browserslist in package.json restore plugin remove unnecessary lib update output folder of fonts update dist, build font path adding eslint rule to deprecate and clean up old jest test updating cypress override eslint
e4619ee
to
4675877
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After getting node 24 running locally, I could run all the suggested yarn commands except for yarn serve
, which did nothing. However yarn start
did work, and fired up a ccdb instance at port 3000.
Whoops, you are correct, I meant |
Addresses: DATAP-897
To test:
delete node_modules
yarn commands should still work
yarn install;
yarn test;
yarn build;
yarn start