Releases: mmazzarolo/react-native-monorepo-tools
Releases · mmazzarolo/react-native-monorepo-tools
v1.2.1
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
1.1.0 (2021-09-21)
Features
- Renamed
getMetroConfig
togetMetroTools
(getMetroConfig
is still supported but deprecated). - Renamed
getWebpackConfig
togetWebpackTools
(getWebpackConfig
is still supported but deprecated). getWebpackTools
returns a newenableWorkspacesResolution(webpackConfig)
tool: Updates a webpack config to allow importing from external workspaces.getWebpackTools
returns a newaddNohoistAliases(webpackConfig)
tool: Updates a webpack config to ensure nohoisted libraries are resolved from this workspace.