Can't target HTML5 / bitfive

actuate: 1.7.5 [1.8.0]
flixel-addons: [1.1.0]
flixel-tools: 1.0.2 [1.0.4]
flixel: [3.3.6]
hxcpp: [3.1.48]
lime: 2.0.2 [2.0.4]
openfl-bitfive: [2.1.6]
openfl-html5: [1.4.2-beta]
openfl-samples: 2.1.0 [2.2.0]
openfl: 2.1.8 [2.2.2]
swf: 1.7.2 [1.7.3]

source:

package com.geokureli.testbed;
import flash.display.Sprite;

class Main extends Sprite {
	private function new() { super(); }
}

it works fine when I target flash/windows but when I target html5 everything goes haywire in openfl classes. such as:
System.hx:81: characters 2-24 : Class has no field create
Assets.hx:1144: characters 5-12 : Unknown identifier : __image

No idea what I’m doing wrong, when I look at these classes the errors are completely valid I.E. there is no declaration for __image

Does it work if you use HTML5 without bitfive?