How toss Vue's transpiling to es5

764 Views Asked by At

The Vue cli typically transpiles es6 to es5 with babel and webpack.

Is there a Vue cli built template or template option that just transforms the .vue files correctly but does not run babel to convert the code to es5? And does not bundle?

My goal is to simply transpile the .vue files and I'll do the rest to integrate the results into my es6 + modules workflow.

Note: I tried using the "simple" cli template but couldn't find documentation on how to use it.

0

There are 0 best solutions below