Lukas Borawski

Results 9 comments of Lukas Borawski

@wangzuo can you help with that? ths same issue with me :(

@lsliwaradioluz Changelog note is missing.

@lucassimines First approach is a bit hardcoding, the second one is not dynamic at all, it's regular importing. But thanks, it's something.

To remove Vue/Vite warn you can add `/* @vite-ignore */` before an import. But this is not nice. :) Like this: ``` defineAsyncComponent({ loader: () => import(/* @vite-ignore */ file),...

Please! 🙏🏻

Hi @eduardoboucas So I've moved this function to the codebase, and even though I have some undefined errors. ``` [SyntaxError] - Unexpected end of JSON input ``` Locally it works...

I've add a space between + and 48 and now it's work fine, but this is still bug for me.

@cj maybe you can help with this one?