2017年3月15日 星期三

[ES6] import時大括弧的使用方式


This is a default import:
// B.js
import A from './A'
It only works if A contains a default export:
// A.js
export default 42
In this case it doesn’t matter what name you assign to it when importing:

Google Analytics初學者入門簡介