mihaip / react-closure-compiler

Tooling to teach Closure Compiler about React
Apache License 2.0
100 stars 14 forks source link

Strip propTypes even when there might be side effects #59

Closed arv closed 5 years ago

arv commented 5 years ago

When optimizeForSize is true remove the static Comp.propTypes manually instead of relying on JSC to strip unused code sincw React.propTypes.instanceOf etc looks like they have side effects to JSC so they are left in the ouput.

arv commented 5 years ago

TBR

mihaip commented 5 years ago

LGTM