🔧 Updated rollup config
This commit is contained in:
parent
831bfa79cb
commit
1785505f4b
49 changed files with 8 additions and 649 deletions
|
@ -3,10 +3,6 @@ import resolve from "rollup-plugin-node-resolve";
|
|||
import commonjs from "rollup-plugin-commonjs";
|
||||
import json from "rollup-plugin-json";
|
||||
import minify from "rollup-plugin-babel-minify";
|
||||
//import yaml from "rollup-plugin-yaml";
|
||||
//import url from "rollup-plugin-url";
|
||||
//import postcss from "rollup-plugin-postcss";
|
||||
//import svgr from "@svgr/rollup";
|
||||
import peerDepsExternal from "rollup-plugin-peer-deps-external";
|
||||
import {
|
||||
name,
|
||||
|
@ -38,14 +34,8 @@ export default {
|
|||
plugins: [
|
||||
peerDepsExternal(),
|
||||
resolve({ modulesOnly: true }),
|
||||
//url(),
|
||||
commonjs(),
|
||||
json(),
|
||||
//yaml(),
|
||||
//svgr(),
|
||||
//postcss({
|
||||
// modules: true
|
||||
//}),
|
||||
babel({
|
||||
exclude: "node_modules/**",
|
||||
plugins: ["@babel/plugin-proposal-object-rest-spread"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue