CrocoDillon / universal-react-redux-boilerplate

Step by step creation of a Universal React + Redux Boilerplate
Other
176 stars 33 forks source link

V2.1 #8

Closed bartekus closed 8 years ago

bartekus commented 8 years ago

Hey @CrocoDillon , I really love what you are doing here, so big thank you good sir! Here is everything updated to the newest versions along with corrections to the configuration files: webpack.config.js and .stylelintrc.js to be specific. Also I've removed babel-preset-es2015-webpack from devDependancies as per babel v6.13.0 (2016-08-04)

CrocoDillon commented 8 years ago

Hey @Bartekus, thanks for updating the deps! I'll take a better look later today and add some changes I had locally for updating ESLint config, curious about the changes to ExtractTextPlugin, does that still work as one string?

Oh and by the way my v2 branch was ahead of master branch, but I will just pull in both commits so don't worry about it.

CrocoDillon commented 8 years ago

Took some time but here it is: https://github.com/CrocoDillon/universal-react-redux-boilerplate/commit/7d85b0006a7ae31863bfb2c2b4a5c3be36930da8

Thanks again! :smile: