Commonly Compared
Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
Review of module-concat powered by the Slant community.
Fairly lightweight CommonJS module concatenation tool
Ranked in these QuestionsQuestion Ranking
Pros
Pro Supports Client-side Browser Projects
Provides some support for concatenating client-side browser JavaScript modules. Also, can process the browser
property in package.json.
Pro Supports languages that compile to JS
For example, CoffeeScript is supported using the compilers
option.
Pro Lightweight
This library just concatenates CommonJS modules together into a single *.js file. Nothing else. It only uses 1 dependency: resolve
Cons
Con Not a full-featured bundler
This doesn't handle CSS or HTML stuff. It only bundles JavaScript files.
Commonly Compared
