Julien Huang

Results 76 comments of Julien Huang

Client builds with runtime compiler now supports webpack and the runtimeCompiler option is now under the vue namespace in [packages/schema/src/config/_app.ts](https://github.com/nuxt/framework/commit/7095f92226a5936c26b25410a7e4935961536da3#diff-50493f2f12130c811bb1cab04babc37c120e78ffca1733b75787a41291be2bef)

@tobiasdiez if you really need it now, this [module](https://www.npmjs.com/package/nuxt-runtime-compiler) can enable it

investigating https://github.com/nuxt/nuxt.js/issues/13843

fixed https://github.com/nuxt/nuxt.js/issues/13843

@Atinux > Also, is there a place where we can add a test case for this? Do you mean a stackblitz or an example ? I've tested the component with...

@pi0 I think test fixtures for the runtime compiler should be made with externalVue true and false since there was different issues depending on this option.

oh i completly forgot about this PR :sweat_smile: i'll add some tests (external vue true -- false) maybe this weekend if have some times, i also need to check if...

@danielroe about the options for vue in runtime, how should we do it ? This can be done through a plugin by the user but i think it might be...

yes estree walker is not being traced by NFT. Locally, a simlink of estree walker is being send to `.output`. Going to check if this is does impact `nuxt-runtime-compiler` as...