mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:29:20 +02:00
Fixed warning during vue build
This commit is contained in:
parent
7adca7af33
commit
a7e7ad20a4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ plugins.push(
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: baseUrl,
|
publicPath: baseUrl,
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
// Add settings for manifest file
|
// Add settings for manifest file
|
||||||
pwa: {
|
pwa: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue