mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 21:31:16 -07:00
Zoom button styling does not match spec // General custom controls fix (#357)
This commit is contained in:
parent
cfce0dc826
commit
dbf1ae2ad8
19 changed files with 31006 additions and 294 deletions
|
@ -3,5 +3,10 @@ path = require('path');
|
|||
exports.onCreateWebpackConfig = ({stage, loaders, actions}) => {
|
||||
actions.setWebpackConfig({
|
||||
devtool: 'eval-source-map',
|
||||
resolve: {
|
||||
alias: {
|
||||
'mapbox-gl': 'maplibre-gl',
|
||||
},
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue