For my admin panel I extract all the assets including the manifest-json.js to mix.setPublicPath(path.normalize(\'public/backend/\')).
manifest-json.js
mix.setPublicPath(path.normalize(\'public/backend/\'))
All t
try the following commands:
npm install
npm run dev