2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-10 06:32:26 +03:00

chore: remove unused rollup-plugin-buble

This commit is contained in:
pimlie
2019-03-09 20:47:48 +01:00
committed by Alexander Lichter
parent 077407297b
commit a9d46888ce
3 changed files with 2 additions and 29 deletions
-1
View File
@@ -2,7 +2,6 @@ import commonjs from 'rollup-plugin-commonjs'
import nodeResolve from 'rollup-plugin-node-resolve'
import json from 'rollup-plugin-json'
import babel from 'rollup-plugin-babel'
import buble from 'rollup-plugin-buble'
import { terser } from 'rollup-plugin-terser'
import defaultsDeep from 'lodash/defaultsDeep'