react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 43 forks source link

Migrated Webpack to 4.x, upgrated React and React-DOM to 16.4.1 #82

Open onedevlad opened 6 years ago

onedevlad commented 6 years ago

Just did some job about updating packages, fixed webpack config to match 4.x requirements, rewritten tests a bit to fit into React 16.

onedevlad commented 6 years ago

Webpack 4 requires node v6+. Travis fails to run due to using node v4.9.1 in one of its tests. I hope you don't mind stopping support for node v4 in favour of newer releases.