Skip to content

Releases: scriptex/webpack-mpa-ts

Remove "Optisize"

06 Feb 09:14
b225676
Compare
Choose a tag to compare

BREAKING: This release removes the ability to optimize images via @three11/optisize. All NPM scripts related to this functionality have been removed. This might introduce breaking changes in CI/CD environments.

Update the SVG generator

07 Nov 07:47
Compare
Choose a tag to compare

This release switches from SVGO + spritesh to svg-symbol-sprite

Fix usage of "url" and "server" CLI arguments

01 Dec 13:37
86814b9
Compare
Choose a tag to compare

Migrating to Webpack 5 seemed to break usage of custom arguments such as --url or --server.
Webpack 5 supports the --env flag which allows passing of custom arguments.
This release takes care of this bug and makes it possible to pass those arguments like this:

yarn start --env server

yarn start --env url=http://your-proxy.local

Update Stylelint

24 Oct 11:24
67a3a84
Compare
Choose a tag to compare

This release updates Stylelint and all of its related plugins and extensions.

Extended linting and migrating away from node-sass

10 Aug 08:31
83e2b6d
Compare
Choose a tag to compare

This release:

  1. Switches to sass (dart-sass) from node-sass which allows usage of most recent SCSS features.
  2. Extends the linting by adding
  • eslint-plugin-compat
  • stylelint-no-unsupported-browser-features
  1. Upgrades all dependencies to their latest versions

Switch from tslint to eslint

10 Aug 08:23
9fb382c
Compare
Choose a tag to compare

This release:

  1. Switches from tslint to eslint
  2. Updates all dependencies to their latest versions

Updated SVG sprite

01 Jun 12:15
73ec0fe
Compare
Choose a tag to compare

This release

  1. Updates the way SVG sprite is being generated by extracting the config in a separate svgo.config.js file and using SVGO v2.
  2. Installs the missing browserslist peer dependency.

Fix issue with path being undefined on Windows

10 Mar 13:41
Compare
Choose a tag to compare

This release fixes #350 - the process.env.PWD is undefined on Windows. It has been replaced with process.cwd()

Upgrade Webpack to v.5

08 Mar 10:20
Compare
Choose a tag to compare

This release updates Webpack to the latest version and also updates all other dependencies (including all Webpack plugins).

Fix CSS HMR and Critical CSS

07 Jan 15:22
Compare
Choose a tag to compare

This release fixes the HMR (hot module replacement) for CSS files.
This release also introduces a new approach for generating critical CSS.