4c0071d: Configurable code remover can detect and remove from evaluation HOCs and components with specific explicit types.
Patch Changes
fc07b6b: The check for unsupported dynamic imports has been moved to the evaluation stage. We don't want to fail if this import is unreachable during evaluation. Fixes #126.