Franck Freiburger
Franck Freiburger
It seems that some friends who I asked to test still have the bug (Chrome 66 @ Linux) and (Chrome Version 66.0.3359.139 & Edge 41.16299.371.0).
@Leopoldthecoder, could you consider reopening the issue ?
oh, I missed `convertRangesToLinesRanges()` ! Can you consider exporting it?
Hi webloft, try to enable "compiledCache" : ``` const options = { ... compiledCache: { get: key => window.localStorage.getItem(key), set: (key, value) => window.localStorage.setItem(key, value), }, ... } ```
see also https://github.com/FranckFreiburger/vue3-sfc-loader/discussions/175
There seems to be no more activity on this issue. don't hesitate to ask me to reopen the issue if necessary.
https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/docs/faq.md#why-vue3-sfc-loader-is-so-big
I plan to add a `devMode : boolean` option that will preserve, as far as possible, the originale script formating.
why ? please give more details