mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:17:44 +01:00
let webpack copy public folder on prod
This commit is contained in:
parent
1f5ed5c3bf
commit
3f3440ce4c
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ module.exports = {
|
||||||
{
|
{
|
||||||
from: './src/manifest.json',
|
from: './src/manifest.json',
|
||||||
to: 'manifest.json'
|
to: 'manifest.json'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: 'public'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue