1
0
Fork 0

🔧 Centrally confifured package and rollup files

This commit is contained in:
Joost De Cock 2019-04-19 17:31:44 +02:00
parent 74e8ef991c
commit a3ff3a7462
147 changed files with 3196 additions and 273680 deletions

View file

@ -2,7 +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 path from "path";
import peerDepsExternal from "rollup-plugin-peer-deps-external";
import { name, version, description, author, license } from "./package.json";
export default {
@ -11,6 +11,7 @@ export default {
sourcemap: true
},
plugins: [
peerDepsExternal(),
resolve({ browser: true }),
json(),
babel({