teambit / envs

Component development environments for the Bit community
https://bit.dev/bit/envs
Other
64 stars 9 forks source link

can I use runtimeCompiler for vue compiler? #125

Open udhaya0000 opened 4 years ago

udhaya0000 commented 4 years ago

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.

Tallyb commented 4 years ago

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.