NogsMPLS / babel-plugin-transform-react-remove-statics

Remove unnecessary statics attached to React components for different build environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aliasing React Modules

NogsMPLS opened this issue · comments

Currently defining React's Component class with an alias does not work:

import { Component as reactComp } from "react"

Will not remove statics.