You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#I followed the documentation and created a new project with laravel/breeze package
curl -s “https://laravel.build/example-app” | bash
cd example-app
./vendor/bin/sail up
sail composer require laravel/breeze --dev
sail artisan breeze:install react
sail artisan migrate
sail npm install
sail npm run dev
Everything looks and works good upto this point but if I run ’npm run prod’ then the styles are not taking effect?
Why would that be? I could not find any more info on the doc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
#I followed the documentation and created a new project with laravel/breeze package
curl -s “https://laravel.build/example-app” | bash
cd example-app
./vendor/bin/sail up
sail composer require laravel/breeze --dev
sail artisan breeze:install react
sail artisan migrate
sail npm install
sail npm run dev
Everything looks and works good upto this point but if I run ’npm run prod’ then the styles are not taking effect?
Why would that be? I could not find any more info on the doc.
Beta Was this translation helpful? Give feedback.
All reactions