You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.