1
0
Fork 0

arrow_up: Updated and purged dependencies

This commit is contained in:
Joost De Cock 2019-02-10 14:36:54 +01:00
parent 8b44f75a3b
commit 261d8226bc
5 changed files with 1082 additions and 2976 deletions

View file

@ -1,7 +1,6 @@
import { terser } from "rollup-plugin-terser";
import babel from "rollup-plugin-babel";
import resolve from "rollup-plugin-node-resolve";
import commonjs from "rollup-plugin-commonjs";
import json from "rollup-plugin-json";
import path from "path";
import { name, version, description, author, license } from "./package.json";
@ -13,7 +12,6 @@ export default {
browser: true
}),
json(),
commonjs(),
babel({
exclude: "node_modules/**"
}),