Open jdnichollsc opened 4 years ago
Hi! have you tried using this one - https://bit.dev/bit/envs/compilers/stencil
Do yo know if we can use TypeScript files instead?
Stencil support TS, so you should be fine using it. plus it was tested with TS :)
Let me try, thanks
I'm getting errors "Failed to compile":
./src/App/index.js
Module not found: Can't resolve '@bit/proyecto26.animatable.animatable-component' in '/capsule/src/App'
Link: https://bit.dev/proyecto26/animatable/animatable-component
This is the repo of the project: https://github.com/proyecto26/animatable-component What do you think? Thanks for your help!
Hi @jdnichollsc , we released a new version of Bit and the Stencil compiler. Please try with Bit version 14.8.8, and Stencil compiler version 0.0.32 https://bit.dev/bit/envs/compilers/stencil/?version=0.0.32
Let me know if it's working fine for you!
Description
Add support for Stencil compiler
Describe the solution you'd like
Be able to create web components by using Stencil
Describe alternatives you've considered
Nothing, I want to create web components that I can reuse from any project
Additional context
Be able to create components like this https://github.com/proyecto26/animatable-component from bit
Thanks in advance!