1
0
mirror of https://git.unlock-music.dev/um/web.git synced 2025-04-25 22:08:58 +08:00

Change build mode

This commit is contained in:
MengYX 2019-12-07 14:32:28 +08:00
parent 014fe5ae26
commit a483594c4b
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with 2 additions and 2 deletions

@ -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
};