Quotes
@@ -6,11 +6,11 @@ OpenLayers v5.x will be a set of ES modules, similar to the v4.x [ol package](ht
|
||||
|
||||
Class modules will have CamelCase names, instead of the current lowercase names. This means that imports like
|
||||
|
||||
import Map from `ol/map`;
|
||||
import Map from 'ol/map';
|
||||
|
||||
will change to
|
||||
|
||||
import Map from `ol/Map`;
|
||||
import Map from 'ol/Map';
|
||||
|
||||
We will be providing a code transform to automate this change.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user