[Vuejs]-Babel only compiles js files of my Vue project, not the entire project

0👍

This is not babel’s purpose to compile static assets, you need either a bundler like webpack or a task runner like Gulp for this purpose.

Leave a comment