Skip to content

Releases: scriptex/webpack-mpa

New Babel

17 Aug 13:29
Compare
Choose a tag to compare

This release updates Babel and all of its presets and plugins according to the latest Babel specifications.

2.1.1

27 Jul 06:51
Compare
Choose a tag to compare
Bump version

Switch from local SCSS files to ITSCSS

26 Jul 06:04
Compare
Choose a tag to compare

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

04 Jul 05:10
Compare
Choose a tag to compare
Bump version

Lightweight CSS extract + more

20 Jun 05:23
Compare
Choose a tag to compare

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

19 Jun 05:21
Compare
Choose a tag to compare

This release introduces consistent editor configuration using .editorconfig file.
This release also switches from normalize.css to PostCSS Normalize

PWA

27 May 16:29
Compare
Choose a tag to compare
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

05 May 04:47
Compare
Choose a tag to compare
Bump version

Critical CSS and better image optimization

20 Apr 09:35
Compare
Choose a tag to compare

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

19 Apr 06:33
Compare
Choose a tag to compare

This release adds extended documentation in README