Releases: scriptex/webpack-mpa
New Babel
2.1.1
Switch from local SCSS files to ITSCSS
The local starting SCSS files have been removed in favor of ITSCSS.
This makes it easy to switch to a preferred scss boilerplate or use none at all.
2.0.0
Lightweight CSS extract + more
This release switches from deprecated(?) extract-text-webpack-plugin
to the compatible with Webpack 4 mini-css-extract-plugin
.
This release also introduces .gitattributes
config file and xml configuration for application logos/icons on Windows 8+
Editorconfig + PostCSS Normalize
This release introduces consistent editor configuration using .editorconfig
file.
This release also switches from normalize.css to PostCSS Normalize
PWA
This release makes it easy to convert your application to a Progressive Web Application (PWA).
Change the PWA icon located in assets/images/favicon.icon.png
with the icon of your choice (preferred image size is 512x512 pixels).
Then just run yarn pwa
.
That's it.
1.6.8
Critical CSS and better image optimization
This release adds ability to extract critical CSS and inline it to avoid blocking the browser.
This release also updates the images optimization tool
Better documentation
This release adds extended documentation in README