Fix legacy build to work with geotiff
This commit is contained in:
@@ -32,6 +32,11 @@ export default {
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
fallback: {
|
||||
fs: false,
|
||||
http: false,
|
||||
https: false,
|
||||
},
|
||||
alias: {
|
||||
ol: path.resolve('./build/ol'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user