Skip to content

Latest commit

 

History

History
125 lines (74 loc) · 6.98 KB

File metadata and controls

125 lines (74 loc) · 6.98 KB

webpack-config-single-spa

5.3.1

Patch Changes

  • #393 181da9a Thanks @ibacher! - Bump dependency versions to compatible versions without vulnerabilities

5.3.0

Minor Changes

Patch Changes

  • #367 a287602 Thanks @joeldenning! - - Upgrade standalone-single-spa-webpack-plugin to version 4, for multiple importMapUrls support
    • Upgrade webpack to 5.75.0, for Node 18 support
    • Fix typescript error with root configs related to System.import

5.2.0

Minor Changes

5.1.1

Patch Changes

5.1.0

Minor Changes

Patch Changes

5.0.0

Major Changes

4.0.0

Major Changes

  • #310 5dc82a6 Thanks @alexristich! - Upgrade to latest config from webpack-dev-server v4.0.0-rc.0

    The release candidate introduced some breaking changes which prevented the local server from running in new applications created with create-single-spa.

    This also simplfies the configuration to take advantage of new default values.

To upgrade, run one of the following commands:

npm install --save-dev webpack-dev-server@^4.0.0-rc.0

pnpm install --save-dev webpack-dev-server@^4.0.0-rc.0

yarn add --dev webpack-dev-server@^4.0.0-rc.0

3.1.0

Minor Changes

3.0.0

Major Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

  • 905c0cc: - The create-single-spa project now uses pnpm workspaces and changesets instead of lerna.
    • Remove deprecated babel-eslint package in favor of new @babel/eslint-parser package.
    • Fix typescript problems in pnpm packages.
    • Add support for creation of pnpm packages. Resolves #211.
    • Add name field for utility packages.
    • No longer depend on beta versions of create-single-spa packages
    • Rename template package.jsons to avoid detection by monorepo tooling
    • Fix usage of @testing-library/jest-dom in yarn pnp and pnpm
    • Switch to Github actions instead of Travis - travis stopped reporting test results
    • prettierignore pnpm-lock.yaml files
    • Improve support for format and check-format commands on Windows
  • 6f2c13c: Move layout definition to microfrontends-layout.html file.