Open
Description
Exporting a WebGL build from unity and then running http-server -o --cors --brotli
I see Serve Brotli Files
is true, but I get an error where files like Build/world.framework.js.br
are not being served with Content-Encoding: br
in the response header.
Ultimately this means Unity WebGL builds are not viewable with http-server
Environment Versions
- OS Type: OSX
- Node version:
v16.13.1
- http-server version:
v14.1.1