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
In the latest release (2.2.1) as listed on GitHub, configFilePath is defined and exported. However, the published npm package does not contain nor export this function. This function is required by react-app-alias-ex, meaning that react-app-alias-ex is currently broken when using react-app-alias in version 2.2.1:
yarn run v1.22.17
$ react-app-rewired start
configFilePath is not a function
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
In the latest release (2.2.1) as listed on GitHub,
configFilePath
is defined and exported. However, the published npm package does not contain nor export this function. This function is required byreact-app-alias-ex
, meaning thatreact-app-alias-ex
is currently broken when using react-app-alias in version 2.2.1:The text was updated successfully, but these errors were encountered: