sparkles: Spit up front right based on settings
This commit is contained in:
parent
f72ddf53cb
commit
275a1611f9
14 changed files with 2343 additions and 1928 deletions
|
@ -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/**"
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue