-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
[help] transpiling code from node_modules #131
Comments
I haven't tried this myself, I'm actually just getting started with backpack and came across this issue. See |
@Felipe-coder were you able to figure it out? @adambrgmn did you try the approach from |
@walleXD I remember that I gave it a try back when I commented on the issue and that it actually worked. But it's a while back and I haven't felt the need to transpile node_modules since then, so I'm not sure how if it works today. |
i've same problem and until now no solution |
How can I configure's bacpack to transpile some code from node_modules?
I have 2 private package writen in esnext.
I see that
node_modules
is excluded.I trying the following:
Also tryed:
The text was updated successfully, but these errors were encountered: