Babel converts import and export declaration to CommonJS ( require / module.exports ) by default anyway. So even if you use ES6 module syntax, ...
確定! 回上一頁