-
Notifications
You must be signed in to change notification settings - Fork 13
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
could not use this as npm lib. #4
Comments
@jmfrancois can you message me on gitter? Same username. |
https://github.com/networknt/react-schema-form |
As an update, I have almost finished a TypeScript conversion, which will output multiple compatible versions for use in other applications as I am migrating to a build process that copies RxJS' build steps and library structure to optimise webpack builds using the library. I have also create www.github.com/jsonschema/assimilate to assist in removing the tv4 dependency and that library is structured in the same way as this library by following RxJS as a guide. I should have a release soon, I just need to update all the tests and of course to document it all. |
Enhancement
As a developer, when I install json-schema-form-core
Expected behaviour
I expect to be able to require the library.
I'm looking at refactor our react-talend-forms package using the uischema of schemaform.io.
At the moment this is a fork of react-jsonschema-form;
It seems json-schema-form-core is what I'm looking for and I would like to use it.
So for that I expect to be able to just import it and use it.
Actual behaviour
It fails with the following error:
or just with node:
In my opinion the issue comes from the build which should be more a babel transpilation instead of webpack build which target bundle.
Are you opened to PR to fix this ?
The text was updated successfully, but these errors were encountered: