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
i solved my problem running this command
npm install
and then
npm run production
Thank You.