RE: #80 (comment)
This is what's required for Enzyme compatibility:
https://github.com/airbnb/enzyme/blob/master/docs/guides/webpack.md#react-15-compatability
externals: {'react/addons': true,'react/lib/ExecutionEnvironment': true,'react/lib/ReactContext': true}This project doesn't have a test-specific Webpack config, so where should this go?
RE: #80 (comment)
This is what's required for Enzyme compatibility:
https://github.com/airbnb/enzyme/blob/master/docs/guides/webpack.md#react-15-compatability
This project doesn't have a test-specific Webpack config, so where should this go?