-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'descriptionFileRoot' of undefined #51
Comments
any ideas? let me hope that it may be fixed... or right way is to fork this repo and write own bike |
Hi there! Looks like this is a bug in how modules loaded via |
@shurygindv Looks like this was a pretty easy fix - try |
@DanielSchaffer, thank you so much! an error seems disappeared, but I haven't tried runtime yet, as there is (2) problem, as mentioned before in a post, could you help? In my opinion 1 line on 14 position looks good, need your eagle-eyed... p.s sorry, I didn't find out a feature to hide it in spoiler; |
Looks like there's some sort of compatibility issue with |
ok, thx) also I have similar errors with local UI modern components (.tsx files) (self-writеtten by the team) + bloodhound, damn it! I had spoken my team why we need so legacy pkg |
Okay, figured it out - I was also seeing some weird behavior with Try Just a heads up that this plugin is set up to use Babel with |
It looks like bloodhound isn't even maintained any more - it hasn't seen a commit in over 4 1/2 years. It might be better idea to find an alternative package or method. Are you using any frontend framework (Angular, React, Vue, etc)? |
@DanielSchaffer, yes, we use React + TypeScript (awesome-ts-loader), the bloodhound is an echo from a previous, legacy stack; we had a short time and cup of tea to integrate all codebase on a new modern stack, but right now I initiate the process to replace this package |
@DanielSchaffer, gracious 💃 ! finally, I can bundle without errors, it's a magic fix (+ I'll set corejs on '3' version). Thank you! p.s modern/legacy bundle pretty works in runtime |
This is now released in 2.3.3 |
Hi! Thank you for the great plugin letting us make (IT, world) more progressive! But. I came across the next problems:
ERROR in .?babel-target=legacy Module not found: TypeError: Cannot read property 'descriptionFileRoot' of undefined @ .?babel-target=legacy 8:14-39
Reproducable repo: https://github.com/shurygindv/reproducable-babel-multi-target
tsconfig
has targetesnext
)ERROR in ./src/components/A.tsx?babel-target=legacy Module not found: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type boolean
p.s I'm sure module presents there and it pretty works without plugin
The text was updated successfully, but these errors were encountered: