goldhand / cookiecutter-webpack

Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
93 stars 16 forks source link

Refactor configs #4

Closed goldhand closed 8 years ago

goldhand commented 8 years ago

Since config files were turned into functions, can move a lot of the options into the ./config.webpack.js file.

goldhand commented 8 years ago

Stopped mutating and used Object.assign a lot