Fix sprite offset for pixel ratio !== 1
This commit is contained in:
@@ -42,6 +42,11 @@ export default {
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
fallback: {
|
||||
fs: false,
|
||||
http: false,
|
||||
https: false,
|
||||
},
|
||||
alias: {
|
||||
// ol-mapbox-style imports ol/style/Style etc
|
||||
ol: path.join(baseDir, '..', '..', 'src', 'ol'),
|
||||
|
||||
Reference in New Issue
Block a user