🔥 Cleanup and reduced log output
This commit is contained in:
parent
0461c64b9a
commit
99f1327015
205 changed files with 91 additions and 4059 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue