envs icon indicating copy to clipboard operation
envs copied to clipboard

can I use runtimeCompiler for vue compiler?

Open udhaya0000 opened this issue 5 years ago • 1 comments

Some of my components are compiled during runtime, so I'm using the this option set to true in my vue.config.js I wonder how I could achieve this here.

udhaya0000 avatar Apr 18 '20 16:04 udhaya0000

I see that this requires setting an option of https://cli.vuejs.org/config/#runtimecompiler in the vue.config. We will need a version of the Vue compiler that allows adding vue.config configurations.

Tallyb avatar Apr 19 '20 12:04 Tallyb