Skip to content

Optimize bundle way

Compare
Choose a tag to compare
@ioslh ioslh released this 13 Apr 04:44
· 119 commits to next since this release

Optimize bundle way so that you can import component one by one separately.

import Map from 'react-amap/lib/map';
import Marker from 'react-amap/lib/marker';
// ...