anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Split webpack configs (lifecycle detection), removed transform-runtime (problems with karma) #28

Closed oltsa closed 8 years ago

oltsa commented 8 years ago

Webpack configs are now split into 3 files common, prod and dev. Depending on npm lifecycle (start/build) it will merge the right file into the webpack config.

Removed transform-runtime from .babelrc - it has currently problems with Karma

Removed babel hot loaders from webpack configuration and placed them into .babelrc