Skip to content

Releases: cloudbeds/webpack-module-federation-types-plugin

v1.11.1

22 Sep 22:08

Choose a tag to compare

1.11.1 (2022-09-22)

Bug Fixes

  • changed startup compilation order in watch mode (49113a9)

v1.11.0

22 Sep 21:58

Choose a tag to compare

1.11.0 (2022-09-22)

Features

  • changed the way types are downloaded on startup to ensure that the types are included in the compilation (1565310)

v1.10.0

13 Sep 10:30

Choose a tag to compare

1.10.0 (2022-09-13)

Bug Fixes

  • replace original remote name with aliased in downloaded types (cdc3fd0)
  • test for remoteEntryUrls (98e6d8e)

Features

  • added remoteEntryUrls option (2a96245)

v1.9.5

02 Sep 00:18

Choose a tag to compare

1.9.5 (2022-09-02)

Bug Fixes

  • added info about the .d.ts URL location (ec3ddbd)

v1.9.4

29 Aug 20:08

Choose a tag to compare

1.9.4 (2022-08-29)

Bug Fixes

v1.9.3

29 Aug 19:50

Choose a tag to compare

1.9.3 (2022-08-29)

Bug Fixes

  • expand tsconfig lib name to a file name (aedae51)
  • support exposed module paths with file extension (292517a)

v1.9.2

29 Aug 12:23

Choose a tag to compare

1.9.2 (2022-08-29)

Bug Fixes

  • compile on startup only on afterEmit hook, fixes compatibility with CleanWebpackPlugin (47fef2b)
  • docs: added TOC (f09c017)

v1.9.1

28 Aug 20:29

Choose a tag to compare

1.9.1 (2022-08-28)

Bug Fixes

  • override noEmit to emit types, needed when used alongside create-react-app (3fc283a)

v1.9.0

28 Aug 20:27

Choose a tag to compare

1.9.0 (2022-08-28)

Bug Fixes

Features

  • added --federation-config option (17a91e1)

v1.8.2

10 Aug 13:46

Choose a tag to compare

1.8.2 (2022-08-10)

Bug Fixes