christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Allow React `propTypes` to be demonstrated #142

Open bebraw opened 8 years ago

bebraw commented 8 years ago

For some reason the environment loses propType related warnings when using React. It would be valuable to have access to those. Otherwise it's not possible to demonstrate the idea and their value easily.

christianalfoni commented 8 years ago

Hm, I believe it runs production mode to reduce the size of the packages. Can remove that really

bebraw commented 8 years ago

Yeah, that would fix it. I thought it might be something like that.