1
0
Fork 0

sparkles: Spit up front right based on settings

This commit is contained in:
Joost De Cock 2018-12-22 15:15:49 +01:00
parent f72ddf53cb
commit 275a1611f9
14 changed files with 2343 additions and 1928 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/**"
}),