MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with
1 additions and
3 deletions
-
.drone.yml
-
vue.config.js
|
@ -45,8 +45,6 @@ steps: |
|
|
secret_key: |
|
|
secret_key: |
|
|
from_secret: aws_secret_access_key |
|
|
from_secret: aws_secret_access_key |
|
|
source: dist/**/* |
|
|
source: dist/**/* |
|
|
exclude: |
|
|
|
|
|
- "**/*.map" |
|
|
|
|
|
strip_prefix: dist/ |
|
|
strip_prefix: dist/ |
|
|
target: /public |
|
|
target: /public |
|
|
path_style: true |
|
|
path_style: true |
|
|
|
@ -1,6 +1,6 @@ |
|
|
module.exports = { |
|
|
module.exports = { |
|
|
publicPath: '', |
|
|
publicPath: '', |
|
|
productionSourceMap: true, |
|
|
productionSourceMap: false, |
|
|
pwa: { |
|
|
pwa: { |
|
|
workboxOptions: { |
|
|
workboxOptions: { |
|
|
skipWaiting: true |
|
|
skipWaiting: true |
|
|