Remove Source Map in production

This commit is contained in:
MengYX 2020-03-04 09:51:34 +08:00
parent 2aeb60d0a9
commit a72804544f
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with 1 additions and 3 deletions

View File

@ -45,8 +45,6 @@ steps:
secret_key:
from_secret: aws_secret_access_key
source: dist/**/*
exclude:
- "**/*.map"
strip_prefix: dist/
target: /public
path_style: true

View File

@ -1,6 +1,6 @@
module.exports = {
publicPath: '',
productionSourceMap: true,
productionSourceMap: false,
pwa: {
workboxOptions: {
skipWaiting: true