Default Svelte Template With LiveReload On Secure Local Dev Domain
See original GitHub issueHi Thomas Perhaps with a bit of guidance and help from you a few people can enjoy your rollup-plugin-livereload with Svelte on secure local dev domains. In this thread there is a comment that might help us get there. https://github.com/cytopia/devilbox/issues/709#issuecomment-653395243 Perhaps you kindly have a bit of time to have a look? 👍
What I am wondering is this. The default Svelte template does not use https://www.npmjs.com/package/rollup-plugin-serve and it is not clear to me if the options in the readme of your rollup-plugin-livereload using https
are available without rollup-plugin-serve?
What I am trying to do is tell rollup-plugin-livereload in the rollup.config.js
file to use https
and point it to the key
and cert
files provided with the local dev setup. Is that possible without rollup-plugin-serve
? Perhaps we are close to getting this done. Posted in Svelte Discord and searched on SO with little results, have a feeling we are close. Fingers crossed. ✌️
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Hi, @robots4life You might want to look this config example. https://github.com/wangchou/echo-mori/blob/230e3f263a385b75768cb2dd8e8604b6dfd82496/rollup.config.js#L59
Here is a Svelte template working with Devilbox and LiveReload on a secure local development domain. https://github.com/robots4life/svelte-slr Thanks to your input and some further digging I could resolve the original issue as well.