Remove Source Map in production
This commit is contained in:
parent
2aeb60d0a9
commit
a72804544f
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
publicPath: '',
|
||||
productionSourceMap: true,
|
||||
productionSourceMap: false,
|
||||
pwa: {
|
||||
workboxOptions: {
|
||||
skipWaiting: true
|
||||
|
Loading…
Reference in New Issue
Block a user