Hi all,
My html build size is about 9mb. I wanted to decrease it. So I used the manifest file and try to remove unused components from the project. But it doesn’t have significant impact on the build size. But the problem is final build size has increased a bit. this is a part of the manifest file.
js-web:
context:
excludeLibs: [“record”,“vpx”,“profilerext”,“engine”]
excludeSymbols: [“ProfilerExt”,“FacebookExt”]
libs: [“engine_release”,“record_null”]
Am I doing this in the wrong way ?