mirror of
https://git.unlock-music.dev/um/web.git
synced 2024-12-29 07:05:03 +08:00
Change build mode
This commit is contained in:
parent
014fe5ae26
commit
a483594c4b
@ -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…
Reference in New Issue
Block a user