Releases: guasam/react-webpack-typescript-2023
Releases · guasam/react-webpack-typescript-2023
v2.0.0
- 🎉 New Layout for Application
- 🥳 Dark and Light theme usage
- React (Fast) Refresh implemented with webpack
- SASS (SCSS) styling as default for application.
servecommand to quickly serve production build.- Upgraded outdated dependencies:
reactupgraded tov18.2.0react-domupgraded tov18.2.0fork-ts-checker-webpack-pluginupgraded tov7.2.13style-loaderupgraded tov3.3.1html-webpack-pluginupgraded tov5.5.0lessupgraded tov4.1.3less-loaderupgraded tov11.1.0mini-css-extract-pluginupgraded tov2.6.1ts-loaderupgraded tov9.4.1typescriptupgraded tov4.8.4webpackupgraded tov5.74.0webpack-cliupgraded tov4.10.0webpack-dev-serverupgraded tov4.11.1
v1.0.0
- Default
Applicationcomponent and layout styles. - 🔥 Hot Module Replacement patch.
- Support for
TypeScriptusage. - Support for
fontassets loading. - Support for
imageassets loading. - Linting via
ESLint. Lessstylesheet webpack loader.- Webpack configuration common helpers.
CSSextraction using webpack forproductionbuilds.- Custom
@webpack aliases for project use. - Separate
Webpackconfigurations fordevelopmentandproductionenvironments.