Fix legacy build to work with geotiff

This commit is contained in:
Andreas Hocevar
2021-07-07 16:19:11 +02:00
parent 429a8fbc1a
commit 976f1b694a

View File

@@ -32,6 +32,11 @@ export default {
],
},
resolve: {
fallback: {
fs: false,
http: false,
https: false,
},
alias: {
ol: path.resolve('./build/ol'),
},