2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-21 22:40:33 +03:00

chore: use buble again for rollup and also replace

This commit is contained in:
pimlie
2019-03-11 17:18:37 +01:00
committed by Alexander Lichter
parent 7cf4efd290
commit 02c7beb6de
3 changed files with 61 additions and 26 deletions
+3 -2
View File
@@ -36,7 +36,7 @@
"typings": "types/index.d.ts",
"scripts": {
"build": "yarn build:other && yarn build:es",
"build:es": "rimraf es && babel src --env-name es --out-dir es --ignore 'src/browser.js'",
"build:es": "rimraf es && babel src --env-name es --out-dir es",
"build:other": "rimraf lib && rollup -c scripts/rollup.config.js",
"coverage": "codecov",
"predeploy": "git checkout master && git pull -r",
@@ -93,10 +93,11 @@
"puppeteer-core": "^1.13.0",
"rimraf": "^2.6.3",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^4.0.4",
"update-section": "^0.3.3",
"vue": "^2.6.8",