mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 15:00:33 +03:00
refactor(build): use babel instead of buble
This commit is contained in:
committed by
Alexander Lichter
parent
cd98210acb
commit
4fc67df86a
+3
-3
@@ -53,15 +53,14 @@
|
||||
"postversion": "npm run update-cdn && git add . && git commit -m \":ship: CDN update\""
|
||||
},
|
||||
"dependencies": {
|
||||
"deepmerge": "^3.2.0",
|
||||
"lodash.isplainobject": "^4.0.6",
|
||||
"lodash.uniqueid": "^4.0.1"
|
||||
"deepmerge": "^3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.3.3",
|
||||
"@babel/node": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"@nuxt/babel-preset-app": "^2.4.5",
|
||||
"@nuxtjs/eslint-config": "^0.0.1",
|
||||
"@vue/server-test-utils": "^1.0.0-beta.29",
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
@@ -85,6 +84,7 @@
|
||||
"jsdom-global": "^3.0.2",
|
||||
"rimraf": "^2.6.3",
|
||||
"rollup": "^1.2.2",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-buble": "^0.19.6",
|
||||
"rollup-plugin-commonjs": "^9.2.0",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user