-
Support for
webpack.config.js
React.js:The React.js project generator produces now a skeleton with support for webpack. Further, the
babel.config.js
configuration is not required anymore.
-
Support for
sass-loader
:It is possible now to import SASS styles into scripts via the
sass-loader
(usingnode-sass
), while CSS styles are still supported (via thecss-loader
).
- The @dizmo/generator-dizmo-react package is a separated sub-generator, meant to be used in composition with the main @dizmo/generator-dizmo package.
-
Integrated generator tests with CI:
The React project generator is can now automatically be verified with
npm test
, which is also run by the https://travis-ci.com/ continuous integration service. The entire list of generated files is checked, plus the full content ofpackage.json
.