-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Deprecated middleware options #2133
Comments
Related webpack/react-scripts config issue : facebook/create-react-app#11862 |
It looks like we need to migrate away from |
A few helpful comparisons:
Vite seems to be the fastest and most popular, but may present difficulties with configuration, jest, and environment variables. If Parcel can handle our bundling needs (specifically with our dictionary files), then it may be the simplest to use and maintain. |
Used |
Trying Parcel: master...parcel |
Trying Parcel atop the eject: eject...eject-parcel |
Parcel + Jest WIP: eject...eject-parcel-jest
|
Parcel (with i18n files copied over as static files) + Jest (using Babel): master...parcel-babel-jest |
After starting the frontend in development, a
DeprecationWarning
briefly appears before being quickly replaced by "Starting the development server...":The text was updated successfully, but these errors were encountered: