Compare commits
No commits in common. "974ee10dc24474b3bd0b75741ea9b64e9a5f70c3" and "e6352b3a8d09f3cd428fec9d2dc8e68a6aaed109" have entirely different histories.
974ee10dc2
...
e6352b3a8d
|
@ -5,11 +5,7 @@ name: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:lts
|
image: node:lts
|
||||||
environment:
|
|
||||||
NODE_ENV: production
|
|
||||||
commands:
|
commands:
|
||||||
- npm install vue@next
|
|
||||||
- npm install -g @vue/cli
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
productionSourceMap: false,
|
|
||||||
configureWebpack: {
|
|
||||||
optimization: {
|
|
||||||
splitChunks: {
|
|
||||||
minSize: 10000,
|
|
||||||
maxSize: 250000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue