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
+5
View File
@@ -32,6 +32,11 @@ export default {
], ],
}, },
resolve: { resolve: {
fallback: {
fs: false,
http: false,
https: false,
},
alias: { alias: {
ol: path.resolve('./build/ol'), ol: path.resolve('./build/ol'),
}, },