Closed shrilakshmishastry closed 3 months ago
@shrilakshmishastry this is issue specific to webpack and since the dev mode still uses webpack hence the above error, I have pushed the fix in react-tags
repo in https://github.com/react-tags/react-tags/pull/986 and now it should work. Also for the integration please use the version 0.1.2-test3
, I have pushed the type fixes to the library so type imports would work fine too.
Hey @ad1992 👋 Good work on fuzzi logic 👏
I am facing the below issue, can you please look into it or assign me?
Issue: Unable to resolve file or component due to missing file extension in the import statement. This is happening because the target of tsc is
esNext
, whereas the consuming package that uses webpack targetses5
Not able to resolve utils
Not able to get fuzzzy
Solution:
When the package is consumed in other packages, since the bundler will use the bundled package, it doesn't resolve the extension. The fuzzify package needs to configure the tsc to compile to all browser or consuming package supporting a common version i.e
es5