Closed jpdriver closed 7 years ago
Really like the direction of the work here 👍 I think the main thing that I think we need to ensure is that if someone doesn’t want to use Webpack, it’s easy to switch out to using an alternative switch as Browserify or JSPM.
So think we need to edit this so that (by default) Webpack only takes care of the JS side of things and let the Gulp setup take care of the rest. That way it should be much easier to maintain branches (and potentially have switches in the generator) for different JS bundling options. We could also have a separate branch which goes all in with the Webpack setup (that takes care of the CSS bundling etc like this PR) if we think that would be useful.
@jpdriver thanks for all your hard work on this, howeverI agree with @ashleynolan. I think gulp should handle all but the js bundling. Lets work on another version of this that has that.
And thanks again, man - top work! đź‘Ť
Have a look guys... @mrmartineau @ashleynolan