reactjs101
reactjs101 copied to clipboard
Ch2 webpack error messenge
configuration.module has an unknown property 'loaders'.

I found the solution here
Is this problem due to webpack version?
+1, Ch2 seems out of date. Several information are not same anymore. Like "webpack-cli" is required separately.

Also need to use newer version of babel-loader
The following works for me
npm install babel-loader@7