Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 18:31
· 12 commits to master since this release

1.1.0 (2021-09-21)

Features

  • Fix previous feature release (#4) (e8900e8)
  • Renamed getMetroConfig to getMetroTools (getMetroConfig is still supported but deprecated).
  • Renamed getWebpackConfig to getWebpackTools (getWebpackConfig is still supported but deprecated).
  • getWebpackTools returns a new enableWorkspacesResolution(webpackConfig) tool: Updates a webpack config to allow importing from external workspaces.
  • getWebpackTools returns a new addNohoistAliases(webpackConfig) tool: Updates a webpack config to ensure nohoisted libraries are resolved from this workspace.