-
Notifications
You must be signed in to change notification settings - Fork 115
Library request in cdnjs #64
Comments
I'm not sure how exactly it should work, I'm not that familiar with cdnjs. Shouldn't it be a prebuilt bundle? |
cdnjs contains files running on browsers. Thank you for your reponse :) |
Yeah, I get that, but I'm not sure how it will should be built to work with external React etc. https://github.com/christianalfoni/formsy-react/blob/master/webpack.production.config.js |
Agree, sometimes we just got library hosting request from users don't really know how the libs work, I'm not writing react apps, but I also wonder if this host could help, or is this the proper way to host it. @alexkuz if you are also not sure, and not going to provide pre-bundled dist files, I think maybe we should just leave it alone, until we know about how to handle it, what do you think? |
True. It's probably not hard to build that dist (and there are probably other react libs in |
Maybe we could just leave this issue open for a while, and close it if we can't make it after months, thanks @alexkuz |
Yep, that's fine for me |
Hi,
There is a library request in cdnjs.
To contain the library correctly, I would like to check the files needed to be added.
The files I plan to add is:
all files in
/src
( including/src/utils
and/src/themes
)Are they complete for users? Or other files required? Or some files not required?
Thank you for your great work!
The text was updated successfully, but these errors were encountered: