Skip to content

Releases: scriptex/webpack-mpa

New Babel

Choose a tag to compare

@scriptex scriptex released this 17 Aug 13:29

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

2.1.1

Choose a tag to compare

@scriptex scriptex released this 27 Jul 06:51
Bump version

Switch from local SCSS files to ITSCSS

Choose a tag to compare

@scriptex scriptex released this 26 Jul 06:04

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

Choose a tag to compare

@scriptex scriptex released this 04 Jul 05:10
Bump version

Lightweight CSS extract + more

Choose a tag to compare

@scriptex scriptex released this 20 Jun 05:23

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

Choose a tag to compare

@scriptex scriptex released this 19 Jun 05:21

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

PWA

PWA

Choose a tag to compare

@scriptex scriptex released this 27 May 16:29

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

Choose a tag to compare

@scriptex scriptex released this 05 May 04:47
Bump version

Critical CSS and better image optimization

Choose a tag to compare

@scriptex scriptex released this 20 Apr 09:35

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

Choose a tag to compare

@scriptex scriptex released this 19 Apr 06:33

This release adds extended documentation in README