Skip to content

Commit

Permalink
Fixes #3835: upgrade to openlayers 5.3.0 (#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored and Tobia Di Pisa committed Aug 30, 2019
1 parent 65e7e63 commit 43ed67f
Show file tree
Hide file tree
Showing 91 changed files with 8,647 additions and 5,577 deletions.
1 change: 0 additions & 1 deletion build/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module.exports = (bundles, themeEntries, paths, extractThemesPlugin, prod, publi
}
}),
new NormalModuleReplacementPlugin(/leaflet$/, path.join(paths.framework, "libs", "leaflet")),
new NormalModuleReplacementPlugin(/openlayers$/, path.join(paths.framework, "libs", "openlayers")),
new NormalModuleReplacementPlugin(/proj4$/, path.join(paths.framework, "libs", "proj4")),
new NoEmitOnErrorsPlugin(),
extractThemesPlugin
Expand Down
Loading

0 comments on commit 43ed67f

Please sign in to comment.