I am able to bundle the package from the src file with webpack but the react-compat-layer file contains a top level await which is not compatible with older browsers.
Prerequisites
[x] I am running the latest version
[x] I checked the documentation and found no answer
[x] I checked to make sure that this issue has not already been filed
Is this wanted?
In release https://github.com/yairEO/tagify/issues/1344: https://github.com/yairEO/tagify/releases/tag/v4.27.0 the react export is mapped to the dist folder but again in 4.30.0 it is mapped to the src folder.
I am able to bundle the package from the src file with webpack but the react-compat-layer file contains a top level await which is not compatible with older browsers.
Prerequisites