I've been digging into this and Alpaca directly, but I can't find a clear answer: would it be possible to specify a custom view (web-create for example) in the component that would subsequently disable/remove bootstrap? I use a different style library and bootstrap doesn't play nice with it.
I currently achieve this with a custom fork that hard-codes a view in and removes all the bootstrap calls in the build pipeline, but this is shameful and not ideal.
I've been digging into this and Alpaca directly, but I can't find a clear answer: would it be possible to specify a custom view (
web-createfor example) in the component that would subsequently disable/remove bootstrap? I use a different style library and bootstrap doesn't play nice with it.I currently achieve this with a custom fork that hard-codes a view in and removes all the bootstrap calls in the build pipeline, but this is shameful and not ideal.