create-webpack-app@2.2.0
Changed 2
- Stop asking about HTML and CSS in init, scaffold TypeScript on webpack's own support, and keep one question for CSS tools webpack does not cover (PostCSS, Sass, Less, Stylus, and each preprocessor with PostCSS)
- Use webpack's native CSS and HTML support in the init templates
From webpack-cli
Minor Changes
-
feat: stop asking about HTML and CSS in
init, scaffold TypeScript on webpack's own support, and keep one question for the CSS tools webpack does not cover (PostCSS, Sass, Less, Stylus, and each preprocessor with PostCSS) (by @alexander-akait in #4836) -
feat: use webpack's native CSS and HTML support in the
inittemplates (by @bjohansebas in #4833)