Change build mode

remotes/origin/HEAD 1.0.2
MengYX 5 years ago
parent 014fe5ae26
commit a483594c4b
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604

@ -26,7 +26,7 @@ steps:
- name: build
image: node:lts
commands:
- npm run build
- npm run build -- --modern
- tar -czf dist.tar.gz ./dist/*
- name: release

@ -1,4 +1,4 @@
module.exports = {
publicPath: '',
productionSourceMap: false
productionSourceMap: true
};
Loading…
Cancel
Save