Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.28 KB

laravel multiple mix

I have a similar setup, wherein I load different main entry files for the admin dashboard and the main app.

Development mode for the main section

npm run dev

Development mode for the admin section

npm run admin-dev

Watch mode for the main section

npm run watch

Watch mode for the admin section

npm run admin-watch

Watch mode for the main section with polling

npm run watch-poll

Watch mode for the admin section with polling

npm run admin-watch-poll

Hot reloading mode for the main section

npm run hot

Hot reloading mode for the admin section

npm run admin-hot

Production mode for the main section

npm run production

Production mode for the admin section

npm run admin-production

Run Project

Reference