Results 2 issues of heavi

I import latest ol and ol-mapbox-style pakcage, and I only write one line code 'apply('map', this.serverHost + 'event_didi.json');', but error occured when compiling. ERROR in ./node_modules/@mapbox/mapbox-gl-style-spec/util/color.js Module parse failed: Unexpected...

In my use case, I would load more than 100,000 features data with GeoJsonSource and then edit some of them. GeoJsonSource only provides the setData method to reset all feature...