MengYX
5 years ago
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
3 changed files with
2 additions and
8 deletions
-
.drone.yml
-
babel.config.js
-
package.json
|
|
@ -10,7 +10,7 @@ steps: |
|
|
|
- name: installDependencies |
|
|
|
image: node:lts |
|
|
|
commands: |
|
|
|
- npm ci |
|
|
|
- npm ci --verbose --registry=https://registry.npm.taobao.org |
|
|
|
|
|
|
|
- name: build |
|
|
|
image: node:lts |
|
|
|
|
|
@ -1,11 +1,6 @@ |
|
|
|
module.exports = { |
|
|
|
presets: [ |
|
|
|
'@vue/cli-plugin-babel/preset', |
|
|
|
["@babel/preset-env", { |
|
|
|
"useBuiltIns": "entry", |
|
|
|
"corejs": 3, |
|
|
|
"modules": false |
|
|
|
}] |
|
|
|
'@vue/cli-plugin-babel/preset' |
|
|
|
], |
|
|
|
plugins: [ |
|
|
|
["component", { |
|
|
|
|
|
@ -16,7 +16,6 @@ |
|
|
|
"vue": "^2.6.11" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/preset-env": "^7.8.4", |
|
|
|
"@vue/cli-plugin-babel": "^4.1.2", |
|
|
|
"@vue/cli-plugin-pwa": "^4.1.2", |
|
|
|
"@vue/cli-service": "^4.1.2", |
|
|
|