Add photo markers and additional icons to leaflet map componenty

This commit is contained in:
Michael Mayer
2019-05-08 06:47:30 +02:00
parent 0f0a1b5f12
commit e7c8889793
22 changed files with 55 additions and 32 deletions

View File

@@ -157,7 +157,12 @@ const config = {
},
{
test: /\.(png|jpg|jpeg|gif)$/,
loader: 'url-loader',
loader: 'file-loader',
options: {
name: '[hash].[ext]',
publicPath: '/assets/build/img',
outputPath: 'img',
}
},
{
test: /\.(woff(2)?|ttf|eot)(\?v=\d+\.\d+\.\d+)?$/,