Closed madeInLagny closed 4 years ago
what do you mean with buildless process?
Did you checked how the index.html
looks like?
in general there is no import
-way to use the components in a non stencil project.
just check the readme. simple load stencil-quill components in your index.html after you loaded quill.
https://github.com/KillerCodeMonkey/stencil-quill#using-the-components
Thanks !
Le mer. 29 avr. 2020 à 09:00, Bengt Weiße notifications@github.com a écrit :
https://github.com/KillerCodeMonkey/stencil-quill/blob/master/src/index.html
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/stencil-quill/issues/107#issuecomment-621024778, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAR2M6I5IUFR72LJB5GW2DRO7GAHANCNFSM4MTOPTYA .
does it work?
Hi @KillerCodeMonkey , I'm getting same error
I have added into my index.html....
Hello, I get the following error
I imported stencil quill by npm
I import stencil-quill in my component:
import "../../node_modules/stencil-quill/dist/quill-components.js"
and quill in index file: `
`
I am using a buildless process during development.
Any idea how to fix ?