Closed roozbehk closed 4 years ago
Fix for Uncaught ReferenceError: show is not defined
laravel mix js minifed changes function names, causing the function calls to result in unknown. changing mix js with mix scripts fixes the output.
also including npm run build:prod for final minified version of js
This still is NOT working.
Fix for Uncaught ReferenceError: show is not defined
laravel mix js minifed changes function names, causing the function calls to result in unknown. changing mix js with mix scripts fixes the output.
also including npm run build:prod for final minified version of js