newlinedotco / yelp-clone

Yelp clone for blog post at fullstackreact.com
https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/
37 stars 15 forks source link

Missing reference to react/addons in config.externals #8

Open tuntisz opened 8 years ago

tuntisz commented 8 years ago

Initially, react/addons is added but after moving it to the isTest block, it is not shown.

if (isTest) {
  config.externals = {
    'react/lib/ReactContext': true,
    'react/lib/ExecutionEnvironment': true
  }
// ...
}