Parcel supports tree-shaking both ES modules and CommonJS out of the box! ... index.js. import {add} from './math'; console.log(add(2, 3));. math.js.
確定! 回上一頁