Fabio

Results 66 comments of Fabio

@brillout Yes this works for me locally. See also - https://stackoverflow.com/questions/8088795/installing-a-local-module-using-npm - https://stackoverflow.com/questions/15806241/how-to-specify-local-modules-as-npm-package-dependencies

> Does it work for all package managers? E.g. Yarn, pnpm, Deno, and Bun. I''l check on that. > One drawback of this approach is that it doesn't eject the...

@brillout I added a new commit and I will need some feedback here on how to proceed. So as I understand now, the goal is basically to eject only dependencies...

@nitedani thanks for the input > We can store extra needed info under the vike-eject key in each extension. This makes a lot of sense and would make the development...

> You can use require.resolve or import.meta.resolve to get the path. I guess, I wanted to get rid of the constraint that the user would need to install the package...

WIth the updated code I now have in my test project: ![image](https://github.com/user-attachments/assets/a4773fc7-f54f-4514-aa45-f3db620de626) ![image](https://github.com/user-attachments/assets/4be129cc-2602-40b4-a4ff-eca8a8d15dad) ![image](https://github.com/user-attachments/assets/abfd44d1-9343-4804-a691-6d34f2885601) ![image](https://github.com/user-attachments/assets/7785ae33-c78c-4a00-8aea-944c6bfba016) And inside the test project I imported the component like this: ![image](https://github.com/user-attachments/assets/903173ea-a128-4f0b-8566-9c81517e1b90) btw, I usually...

@nitedani or @brillout a review of this would be great, I kinda need some input if this is now what is needed. Then I can maybe clean up the code...

@brillout sorry for not answering, just very busy at the moment. If you really think it makes sense to go forward with the current work. I can finalize a MR....

@brillout alright, yes I have the coding for the level-1 already ready. I updated the code to include only the level-1 support. # How it works: 1. Add the following...

Sure I am following your lead there. I think you are right and it makes sense to have it as a stand alon package since, it is not really directly...