let webpack copy public folder on prod

This commit is contained in:
a-nyx 2023-12-04 14:52:43 -05:00
parent 1f5ed5c3bf
commit 3f3440ce4c

View file

@ -50,6 +50,9 @@ module.exports = {
{
from: './src/manifest.json',
to: 'manifest.json'
},
{
from: 'public'
}
]
}),