weexteam / vue-loader-for-apache-weex

vue-loader-for-apache-weex is a third party plugin, and is not developed nor maintained by Apache Weex.
MIT License
30 stars 27 forks source link

not support babel7 #43

Open fengwuxp opened 5 years ago

fengwuxp commented 5 years ago

var hasBabel = false

try { hasBabel = !!require('babel-loader') } catch (e) { //consider adding similar judgments //support babel7 hasBabel = !!require("@babel/core"); }