Npm package publishing
Unanswered
Báró István posted this in #help-forum
I want to create a simple npm package which should contain couple of components. The challenge is that I want to bundle server side and client side components too. Furthermore, I would like use them in eachother. I mean, I would have a server side component and importing inside this a client side. Could someone help me to achieve this? (Final result, insalling the package, importing a server side component, it is contains a client side and both works as they are defined)