Hi, I want to create a package with some .JS components.
Does anyone know if is there a way for the package user to choose which JS components to import dynamically ? To avoid include all JS files.
The stage is similar to “import” in scss, where you reference the package name and the file from the client.
Also, is possible to create a file in the client directory when installing the package?
Thanks