Skip to content

Commit

Permalink
Fixes #3835: upgrade to openlayers 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed Aug 5, 2019
1 parent 81fae70 commit 6437d5f
Show file tree
Hide file tree
Showing 91 changed files with 5,619 additions and 2,461 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 6437d5f

Please sign in to comment.