[Vuejs]-How to customize the process of webpack compiling .vues file to .js file?

0👍

guess you want get source code of vue files before converting to js, you can custom a loader to process .vue files before they got changed in vue-loader.

Leave a comment