A
Size: a a a
A
1
1
AT
VK
VK
VK
../../public/images/...AT
VK
const path = require('path');
module.exports = {
...
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
},
},
...
}
и далее в index.jsimport MakerIcon2x from '@/images/marker-icon-2x.png',
// ... импорты других иконок
L.Icon.Default.mergeOptions({
iconRetinaUrl: MarkerIcon2x
// ...
});
AT
AT
AT
VK
VK
A
AT
AT
A
A
A
