This repository was archived by the owner on Apr 3, 2022. It is now read-only.
AMD or CommonJS! Mocha or Jest!
✨ NEW ✨
- ✨ Module format selection is here. Choose from AMD or CommonJS.
- ✨ Add a new option:
--browserifyand remove--script-bundleroption - ✨ Add
karma-sinonandkarma-chaiplugins (when building projects with Mocha) - ✨ Add GraphQL server endpoint to server sub-generator and option to download data sets for testing and exploration
- ✨ Add more PostCSS support to webapps created without a CSS pre-processor
⚠️ Some restrictions apply: When--browserifyor--use-jestare used (only with--defaults), Browserify will be chosen as the script bundler and module format will be CommonJS. Similarly. That is, r.js is the only script bundler for AMD and Browserify is the default script bundler for CommonJS. Webpack support is planned.
🚧 Maintenance 🚧
- Various fixes and refinements
- Add more flow annotations
- 💄 Refined some project logic
- 💄 Added tests for new and some old functionality