vuejs / vue-loader

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

from v14 to v15. How to deal with the html section use loader #2027

Closed pekonchan closed 1 year ago

pekonchan commented 1 year ago

In v14, I can use

postLoaders: {
   html: 'xxx-loader'
}

But in v15, how can i do ?