Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Oct 20, 2021
1 parent 130c883 commit 550801a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/leaflet/rollup.config.js
Expand Up @@ -87,10 +87,11 @@ export default [
// Avoid loading esri-leaflet
"import { Tile } from './basemaps/index'":
"import Tile from './basemaps/Tile'",
"import { Geojson, Highlight, Draw } from './overlays/index'":
"import { Geojson, Highlight, Draw, Accuracy } from './overlays/index'":
"import Geojson from './overlays/Geojson'\n" +
"import Highlight from './overlays/Highlight'\n" +
"import Draw from './overlays/Draw'\n"
"import Draw from './overlays/Draw'\n" +
"import Accuracy from './overlays/Accuracy'\n"
}),
{ resolveId },
wqDeps('.'),
Expand Down

0 comments on commit 550801a

Please sign in to comment.