issues
search
combine
/
universal-react-redux
🧐 A sensible universal starter kit for React + Redux
110
stars
18
forks
source link
Feature: Babel + Webpack enhancements
#51
Closed
calvinl
closed
6 years ago
calvinl
commented
6 years ago
Use
webpack-merge
for better webpack configurations
Clean up babel configurations:
.babelrc
is now only used for server side transpiling
Pass babel options directly to
babel-loader
in webpack configurations since they need to vary between client and SSR configurations.
Update dependencies
webpack-merge
for better webpack configurations.babelrc
is now only used for server side transpilingbabel-loader
in webpack configurations since they need to vary between client and SSR configurations.