Skip to content

Releases: scriptex/webpack-mpa-ts

Fix assets management, use webpack externals

03 Nov 09:26
Compare
Choose a tag to compare

This release fixes an issue with clean-webpack-plugin where the 3rd party assets (fonts, images, etc) were not correctly copied in the dist folder.
This release also improves the usage of browser globals in JS modules by extending the Webpack configuration to also include externals setting.
All dependencies have been updated to their latest versions.

Security fixes

10 May 06:50
Compare
Choose a tag to compare

This release updates several direct dependenices to their latest versions and takes care of some vulnerabilities reported by Whitesource.

New CLI argument

29 Apr 07:48
Compare
Choose a tag to compare

This release introduces a new CLI argument which allows starting a web server for users without a server installed and configured.
This release also improves documentation regarding PNG and SVG sprite usage.
This release also updates all dependencies and takes care of several security vulnerabilities.

Dot files

23 Sep 04:52
6710664
Compare
Choose a tag to compare

This release publishes all configuration (dot) files to npm for a better developer experience.
It also updates some dependencies.
See #375 for more details.

New app icons

29 Jun 11:51
Compare
Choose a tag to compare

This release update several dependencies and introduces new application icons and launch screens.

Optimize CLI

03 Jan 07:03
Compare
Choose a tag to compare

This release makes sure that dot files are correctly being copied when installing via npx

Lint

02 Jan 06:41
83b8ec7
Compare
Choose a tag to compare

This release introduces Stylelint and TSLint

Update CLI interface

25 Nov 11:34
Compare
Choose a tag to compare

The CLI interface is now without dependencies and can be used with npx

CLI interface

24 Nov 13:01
Compare
Choose a tag to compare

This release adds a CLI interface. Once installed globally, the wmpats binary is available for quick project scaffolding.

First stable

02 Oct 06:38
efe0f4a
Compare
Choose a tag to compare

This release matches the same release from a different repository.
The only reason for the duplication is the fact that this project is now a separate repository instead of a separate branch.