TIL how to setup `@babel7` with webpack in react-redux projects
Since I was preparing and practicing to learn React and mostly Redux, Thunk, Webpack. I was setting up a basic project with webpack as an attempt to learn webpack, specifically the latest version, v4.
Don't follow the flaw in article just yet, if yo...
hashnode.com
Sebastian
I converted my Webpack 4 based setup from babel 6 to 7 with no issues, yet. They did a good job on the migration guide. Take a look
babeljs.io/docs/en/v7-migration
Their package renaming was a step indeed.
If it could help somebody I updated my sample repo for my setup to Babel 7 / Webpack 4 on the master. The Webpack 3 version got pushed into a side branch.
github.com/HerrVoennchen/sample-project