Front End#
This section provides details on the Pegasus front end.
- Front End Overview
- Vite-Specific Instructions
- Webpack-Specific Instructions
- Front End Design Patterns
- Troubleshooting
- Migrating from Webpack to Vite
- 1. Upgrade your project to 2025.5
- 2. React only: Rename all
.js
files using JSX to.jsx
- 3. Change your bundler setting from “Webpack” to “Vite” and do another Pegasus upgrade
- 4. Add your custom CSS / JavaScript exports to your vite config
- 5. Update your front end file references in templates
- 6. Update Webpack libraries
- 7. Rebuild and run your front end