koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Using the Package with meteor #270

Open a0m0rajab opened 2 years ago

a0m0rajab commented 2 years ago

Using the library in meteor caused to have app.sass issue which is weird to face , since other libraries are working perfectly on the app that I have .

Uncaught Error: Cannot find module '../../../src/components/VApp/VApp.sass'

a0m0rajab commented 2 years ago

I think this is caused since the library is trying to get the file with relative path, where meteor have different way to handle them?