-
* the reason .js files do not go through babel is because they are mostly imported in Vue SFC and handled during the single file component splitting and transpiling. During testing there might be legitimate needs to import only a function or helper, and it can bite your back.
