Remove default export from ol/extent

This commit is contained in:
Andreas Hocevar
2017-12-13 21:53:07 +01:00
parent 6ed56b5de1
commit 5a4887e300
31 changed files with 30 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
import _ol_extent_ from '../../../../src/ol/extent.js';
import * as _ol_extent_ from '../../../../src/ol/extent.js';
import _ol_geom_LineString_ from '../../../../src/ol/geom/LineString.js';