diff --git a/.drone.yml b/.drone.yml index 895adc3..66e7384 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/vue.config.js b/vue.config.js index bbe992c..ca68c15 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ module.exports = { publicPath: '', - productionSourceMap: true, + productionSourceMap: false, pwa: { workboxOptions: { skipWaiting: true