lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
985 stars 126 forks source link

Combine repeated webpack config into single file #20

Closed jtfell closed 8 years ago

jtfell commented 8 years ago

There was a lot of repeated config between the webpack configs so I refactored them to just define the parts that are different separately and combine that with the common config. I also added cross-env to dependencies and used it for exporting NODE_ENV so it doesn't break on windows.

lvarayut commented 8 years ago

Thanks @jtfell.