Julien Huang

Results 76 comments of Julien Huang

can't find why CI are failing 🤷‍♂️ I can't see logs while it does work locally. I'm not even sure if the issue comes from estree walker

Oh i forgot about that but sure ! i'll open a PR this evening !

https://vitejs.dev/config/build-options#build-csscodesplit Setting css code split to false force vite to not split css by chunk and merge thel into a single css file.

I believe this has been fixed since with the nested Suspense feature/fix

I'm not on webstorm anymore (going back to vscode) so if this is solved, feel free to ping me/comment this so I can close it :+1:

it would be very interesting to get the option to enable the runtime compiler in the nuxt.config file. Is the option going to be in the initial release if added...

I've found a way to enable the ssr runtime compiler but i have to replace the @rollup/plugin-commonjs that is already set by nitro `nuxt.config.ts` ```ts export default defineNuxtConfig({ alias: {...

> Any workarounds on this? I've tried to use your config @huang-julien but without luck on the rc-4 release. > > `CompilerSsr` in `.output/chunks/server/handlers/renderer.mjs` still points to the mock resulting...

@tkjaergaard I'm not sure about about this , based on the externalVue option, this "might" work. I haven't tested it yet ```ts export default defineNuxtConfig({ srcDir: './src', components: false, nitro:...

@tkjaergaard i just tried the last config i've posted [here](https://github.com/huang-julien/nuxt-3/tree/dev/test-vue-externals) . It does works but i also have the log about not finding the module server renderer which is weird...