Closed adriancarriger closed 6 years ago
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
It looks like the <script src='node_modules/my-component/dist/mycomponent.js></script> is missing a ' in the src.
<script src='node_modules/my-component/dist/mycomponent.js></script>
'
src
Hey! Thanks for opening an issue and a PR!
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
It looks like the
<script src='node_modules/my-component/dist/mycomponent.js></script>
is missing a'
in thesrc
.