This is major upgrade of meteor-build-client library, which can help you to build server-less (client only) bundle of Meteor web application!
Whenever this is first time you hear about this library or already have experience with it, please, try running pre-release of v1.0 and report your experience in this PR.
Dry changelog:
Upgrade codebase to ES6;
Overall codebase refactoring and linting;
Remove spinner, simple-spinner dependency, and -hide, --hideSpinner command line options;
Support for modern (ES6) and legacy (ES5) builds (legacy build is
used by default);
Support for Meteor’s <meteor-bundled-js/> and <meteor-bundled-css/> ;
Support for body.html and blaze-html-templates (see updated
readme);
Support for {{url-to-meteor-bundled-css}} placeholder, which can be
used in <link rel="preload"> ;
--usebuild option now accepts <path> to the build;