Laravel-JS-Localization
Laravel-JS-Localization copied to clipboard
Added JSON_UNESCAPED_UNICODE flag to json_encode
It helps to dramatically reduce the generated JavaScript file size
In my testing, I was able to reduce file size from 170kb to 90kb because I had lots of escaped Cyrillic characters.
It's a tiny change, can we just accept it?