Fixed warning during vue build
This commit is contained in:
parent
7adca7af33
commit
a7e7ad20a4
|
@ -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…
Reference in New Issue