Previous
Development
To ensure speed during development, all code optimization is performed during the build process in preparation for deployment online. Before deploying to Staging or Production environments, always execute:
yarn build
Note: Your local server (Mamp, DDEV, Valet, etc.) must be running during the build process.
web/dist
directory before populating it with the new compiled files.This comprehensive build process is designed to optimize your project for the best performance in production. It's a critical step that enhances user experience by ensuring that your site loads quickly and efficiently, with minimal bandwidth usage.