scalable-react / scalable-react-boilerplate

:star: Scalable feature-first React micro-framework made for Udacity Alumni collaborative projects
https://scalable-react-boilerplate.herokuapp.com/
MIT License
259 stars 60 forks source link

Fix: update package.json to set the proper testing webpack file #54

Closed RyanCCollins closed 7 years ago

RyanCCollins commented 7 years ago

The webpack config for testing was removed and in the cases where the babel-plugin webpack loaders were used the test suit would fail.

See #49