Compare commits

..

No commits in common. "974ee10dc24474b3bd0b75741ea9b64e9a5f70c3" and "e6352b3a8d09f3cd428fec9d2dc8e68a6aaed109" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View File

@ -5,11 +5,7 @@ name: deploy
steps:
- name: build
image: node:lts
environment:
NODE_ENV: production
commands:
- npm install vue@next
- npm install -g @vue/cli
- npm install
- npm run build

View File

@ -1,11 +0,0 @@
module.exports = {
productionSourceMap: false,
configureWebpack: {
optimization: {
splitChunks: {
minSize: 10000,
maxSize: 250000
}
}
}
}