Change build mode
This commit is contained in:
parent
014fe5ae26
commit
a483594c4b
@ -26,7 +26,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: node:lts
|
image: node:lts
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build -- --modern
|
||||||
- tar -czf dist.tar.gz ./dist/*
|
- tar -czf dist.tar.gz ./dist/*
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: '',
|
publicPath: '',
|
||||||
productionSourceMap: false
|
productionSourceMap: true
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user