It doesn't come out of the box, but laravel mix is just webpack. So you can add your own module to enable it: https://laravel-mix.com/docs/4.0/extending-mix
You might be able to use this plugin: https://github.com/mynameiswhm/brotli-webpack-plugin
Just reading the tailwindcss docs, now that v 1.0 is out, and they refer to brotli compression. Is there a setting in laravel mix that enables brotli compression? Does anyone know how to roll this out to the server besides checking it off on cloudflare?
Please or to participate in this conversation.