marker images

This commit is contained in:
2026-01-10 21:09:14 +01:00
parent 325373b5d7
commit 975a8039b3
4 changed files with 24 additions and 17 deletions

View File

@@ -78,15 +78,17 @@ module.exports = {
}),
new CopyWebpackPlugin({
patterns: [/*{
from: 'geo/',
to: path.resolve(DIST, 'geo')
}, {
from: path.resolve(SRC, 'images/icons'),
to: 'images/icons'
}, */{
from: path.resolve(LIB, 'index.php'),
to: 'index.php'
}]
from: 'geo/',
to: path.resolve(DIST, 'geo')
}, {
from: path.resolve(SRC, 'images/icons'),
to: 'images/icons'
}, */{
from: path.resolve(LIB, 'index.php'),
to: 'index.php'
},
{ from: 'src/images/footprint_mapbox.png', to: 'images' }
],
}),
new SymlinkWebpackPlugin([
{ origin: '../files/', symlink: 'files' },