MengYX
5 years ago
2 changed files with 9 additions and 3 deletions
@ -1,4 +1,9 @@ |
|||||
module.exports = { |
module.exports = { |
||||
publicPath: '', |
publicPath: '', |
||||
productionSourceMap: true |
productionSourceMap: true, |
||||
}; |
pwa: { |
||||
|
workboxOptions: { |
||||
|
skipWaiting: true |
||||
|
} |
||||
|
} |
||||
|
}; |
||||
|
Loading…
Reference in new issue