react-app-alias icon indicating copy to clipboard operation
react-app-alias copied to clipboard

Package does not match release

Open m1cm1c opened this issue 3 years ago • 0 comments

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.

m1cm1c avatar Aug 11 '22 09:08 m1cm1c