As a beginner in the realm of webpack plugins, I've grasped the idea behind the html-webpack-plugin, which empowers users to personalize the generation process of html files by webpack.
In a similar vein, I am on the quest for a plugin tailored for .vue files that would grant me access to these files as webpack endeavors to transfigure them into .js files. (I might need to execute some overarching modifications to .vue files prior to their conversion.)
Where should I commence my search? Is there an existing plugin designed to fulfill this purpose? Any guidance or suggestions are warmly welcomed!