vue-loader icon indicating copy to clipboard operation
vue-loader copied to clipboard

How to customize Babel plugins during the compilation of Vue file templates?

Open Losstie opened this issue 2 years ago • 0 comments

When using Vue 2.7+ in my project, the compilation of template section will use the project's Babel configuration. However, I don't want the project's Babel configuration to be used exclusively for the compilation of the template section. Is it possible to customize this? And how can I customize it?

Losstie avatar Apr 07 '23 09:04 Losstie