While working on trailpack-react, it occurred to me that webpack configs are specific to the implementation they're a part of. That is, maybe it makes more sense to have a trailpack-react, trailpack-angular, etc. with the corresponding webpack configs for those frontends, than to simply have a shell webpack that the user will pretty much have to write themselves anyway.
For reference, here's a first pass at trailpack-react: trailpack-react
While working on trailpack-react, it occurred to me that webpack configs are specific to the implementation they're a part of. That is, maybe it makes more sense to have a trailpack-react, trailpack-angular, etc. with the corresponding webpack configs for those frontends, than to simply have a shell webpack that the user will pretty much have to write themselves anyway.
For reference, here's a first pass at trailpack-react: trailpack-react