We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if packages/capsules could register into twill:build, otherwise they can't really provide custom components and custom form fields
In my project I'm working around that by manually adding the vendor's package as a dependency
"dependencies": { "twill-components": "file:./vendor/tofandel/twill-package/resources" }
And then adding a js file in resources/twill/components
resources/twill/components
import { TusUpload } from 'twill-components'; export default TusUpload;
But for distributing packages this is not a viable solution and needs an automation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
It would be nice if packages/capsules could register into twill:build, otherwise they can't really provide custom components and custom form fields
In my project I'm working around that by manually adding the vendor's package as a dependency
And then adding a js file in
resources/twill/components
But for distributing packages this is not a viable solution and needs an automation
The text was updated successfully, but these errors were encountered: