1
0
Fork 0

🔥 Cleanup and reduced log output

This commit is contained in:
Joost De Cock 2019-04-20 19:50:37 +02:00
parent 0461c64b9a
commit 99f1327015
205 changed files with 91 additions and 4059 deletions

View file

@ -2,6 +2,7 @@ import babel from "rollup-plugin-babel";
import resolve from "rollup-plugin-node-resolve";
import json from "rollup-plugin-json";
import minify from "rollup-plugin-babel-minify";
import yaml from "rollup-plugin-yaml";
import peerDepsExternal from "rollup-plugin-peer-deps-external";
import { name, version, description, author, license } from "./package.json";
@ -14,6 +15,7 @@ export default {
peerDepsExternal(),
resolve({ modulesOnly: true }),
json(),
yaml(),
babel({
exclude: "node_modules/**",
plugins: ["@babel/plugin-proposal-object-rest-spread"]