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?