json-schema-yup-transform icon indicating copy to clipboard operation
json-schema-yup-transform copied to clipboard

remove cyclical dependencies

Open ericwooley opened this issue 3 years ago • 0 comments

I'm trying to use this in a sveltkit project, which uses vite, which does not seem to handle the cyclical dependencies as well as some of the other build tools.

Because some of the files are importing things from '.', which pulls from index.ts, which exports all, there is a cyclical dependency.

I'm having other build issues, but this is the first error to get past.

ericwooley avatar May 20 '22 00:05 ericwooley