Closed nachikethashu closed 7 years ago
as per https://github.com/helior/react-highlighter/commit/ec2ae091898ac666a184a9b102484cc1c6d71543 create-react-class and prop-types are declared as devDependencies which leads to errors if we have our own build-system instead of npm which just relies on run time dependencies.
create-react-class
prop-types
devDependencies
We're seeing this as well in our build system; would greatly appreciate. 🙇
as per https://github.com/helior/react-highlighter/commit/ec2ae091898ac666a184a9b102484cc1c6d71543
create-react-class
andprop-types
are declared asdevDependencies
which leads to errors if we have our own build-system instead of npm which just relies on run time dependencies.