Merge branch 'master' of github.com:freesewing/plugin-bundle
This commit is contained in:
parent
23f1dd5e97
commit
4d931d78d5
12 changed files with 4711 additions and 430 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 { version, name, description, author, license } from "./package.json";
|
||||
|
||||
|
@ -12,7 +11,6 @@ export default {
|
|||
browser: true
|
||||
}),
|
||||
json(),
|
||||
commonjs(),
|
||||
babel({
|
||||
exclude: "node_modules/**"
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue