crazyfactory/ts-react-boilerplate

streamline webpack config

Closed this issue · 0 comments

As of now we have prod.js, dev.js and server.js, each of them define their own modules, entries, etc.

I think there should be a base.js which exports some things, and dev.js, server.js can extend from those config to make it more DRY.