Empty OpenFL HTML5 export big size!

Hi there!

I just created an empty openfl template and built for html5 release, and the “bin” folder is about 1.5 MB.

Then I built for flash release, it just 98KB.

How can I decrease html5 export file size? Thanks!

<haxeflag name="-dce full" />

and

compile with ‘-final’.

1 Like

Now 240 KB :slight_smile: Thanks for your help.