Franck Freiburger

Results 72 comments of Franck Freiburger

Hi ru5t, you really want to use import and export from everywhere ?

Hi leviwheatcroft, since Vue is a client-side framework, in which context do you need it for node ?

nodejs bundle is available in the main branch (yarn run build-node)

Hi, do you pass a log function in the options ? ex. ``` log(type, ...args) { console.log(type, ...args); }, ``` If so, can you give me an example where error...

Hi grcrozzo, thank you for your support ! Since this lib compiles code on the fly, client-side, I don't have many options for improving performance.

on second thought, the compiled version of the code may already be saved on a server using the async `compiledCache` API... the server would simply act as a simple key-value...

Hi Roland, I accept to give you assistance. Fell free to contact me at [email protected] or open a new topic in [discussions](https://github.com/FranckFreiburger/vue3-sfc-loader/discussions/categories/q-a) if you prefer a public discussion.

will be available in the next release. example: https://github.com/FranckFreiburger/vue3-sfc-loader/discussions/181

just note that I have have 2 configurations in my `platformio.ini` (see above) the `[env:esp32dev]` uploads properly whereas `[env:esp32dev_DEBUG]` fails with the error Here is the result of `pio run...

file `sdkconfig.esp32dev_DEBUG` : `# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set`