ef4 / decorator-transforms

Better babel transforms for decorators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no difference under embroider? (or I missed something!)

NullVoxPopuli opened this issue · comments

Trying things out here: NullVoxPopuli/package-majors#3 (comment)

This is a very small app (one route, < 10 components). but I'd expect at least byte-count changes with my handfull of decorators
image

oh nevermind, I need to wait for embroider-build/embroider#1673 to be released

fixed!

using the decorator-transforms on a tiny embroider app, It looks like I've lost about 44KB -- or about 9.4% of the total size.

This is impressive, because I'm barely using any decorators at all in this app. Just goes to show how impactful / devestating the property transforms are.

before/after proof here: NullVoxPopuli/package-majors#3 (comment)