Skip to content

Latest commit

 

History

History
233 lines (142 loc) · 10 KB

File metadata and controls

233 lines (142 loc) · 10 KB

webpack-config-single-spa-ts

6.0.3

Patch Changes

  • Updated dependencies [0ada084]:
    • webpack-config-single-spa@7.0.3

6.0.2

Patch Changes

  • Updated dependencies [a771b27]:
    • webpack-config-single-spa@7.0.2

6.0.1

Patch Changes

  • Updated dependencies [011ed65]:
    • webpack-config-single-spa@7.0.1

6.0.0

Major Changes

Patch Changes

  • Updated dependencies [f3fcb82]:
    • webpack-config-single-spa@7.0.0

5.0.3

Patch Changes

  • Updated dependencies [b600a88]:
    • webpack-config-single-spa@6.0.3

5.0.2

Patch Changes

  • Updated dependencies [1cb1a10]:
    • webpack-config-single-spa@6.0.2

5.0.1

Patch Changes

  • Updated dependencies [4ad86d6]:
    • webpack-config-single-spa@6.0.1

5.0.0

Major Changes

  • #412 f9edeef Thanks @joeldenning! - Output to native ES modules by default. Add new outputSystemJS option.

    Upgrading

    To upgrade without switching to native ES modules, add the outputSystemJS option to your webpack.config.js:

    const { merge } = require("webpack-merge");
    const singleSpaDefaults = require("webpack-config-single-spa-ts");
    
    module.exports = (webpackConfigEnv, argv) => {
      const defaultConfig = singleSpaDefaults({
        orgName: "org",
        projectName: "project",
        webpackConfigEnv,
        argv,
    
        // This is the new option that preserves backwards compatibility
        outputSystemJS: true,
      });
    
      return merge(defaultConfig, {
        // modify the webpack config however you'd like to by adding to this object
      });
    };

    The single-spa core team plans to release a full SystemJS -> ESM migration guide on single-spa.js.org.

Patch Changes

  • Updated dependencies [f9edeef, 5e19bc1]:
    • webpack-config-single-spa@6.0.0

4.1.4

Patch Changes

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

  • Updated dependencies [181da9a]:

    • webpack-config-single-spa@5.3.1

4.1.3

Patch Changes

  • Updated dependencies [a34fad7, a287602]:
    • webpack-config-single-spa@5.3.0

4.1.2

Patch Changes

  • Updated dependencies [76d5857]:
    • webpack-config-single-spa@5.2.0

4.1.1

Patch Changes

  • Updated dependencies [22c8fb9]:
    • webpack-config-single-spa@5.1.1

4.1.0

Minor Changes

Patch Changes

  • Updated dependencies [f004685, 5c31d36]:
    • webpack-config-single-spa@5.1.0

4.0.0

Major Changes

Patch Changes

  • Updated dependencies [729c6b1]:
    • webpack-config-single-spa@5.0.0

3.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.

Patch Changes

  • Updated dependencies [5dc82a6]:
    • webpack-config-single-spa@4.0.0

2.2.4

Patch Changes

  • Updated dependencies [a380ce4]:
    • webpack-config-single-spa@3.1.0

2.2.3

Patch Changes

2.2.2

Patch Changes

2.2.1

Patch Changes

  • Updated dependencies [337d8dd]:
    • webpack-config-single-spa@2.2.1

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

Patch Changes

  • Updated dependencies [905c0cc]
  • Updated dependencies [6f2c13c]
    • webpack-config-single-spa@2.2.0