Ask EJ: Best tool for Module loading on Web projects?
▼11 up and 0 down, posted by
11 up and 0 down, posted by
I’m currently looking at moving towards using ES2015 native module loading and have been looking into different tools that can help do this – the big 3 seemingly Browserify, Webpack and JSPM (combined with Babel). I’ve used Browserify a lot before, but reading recent articles on the subject it now seems to be getting left behind in favour of WebPack and most specifically JSPM. We currently use Gulp for our front-end build so ideally I want it to fit alongside this. Which tool is the best to use for this? Interested to hear what people are using for this at the moment and reasons why over the alternative tools out there. Thanks!