vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

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

Open Losstie opened 1 year ago

Losstie commented 1 year ago

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?