Skip to content

Commit

Permalink
#3 - Removed unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjosp committed Dec 4, 2023
1 parent 7aebe93 commit d25fc17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@bigbinary/neeto-commons-frontend": "^2.1.38",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"babel-plugin-preval": "^5.1.0",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import babel from "@rollup/plugin-babel";
import commonjs from "@rollup/plugin-commonjs";
import json from "@rollup/plugin-json";
import resolve from "@rollup/plugin-node-resolve";
import replace from "@rollup/plugin-replace";
import analyze from "rollup-plugin-analyzer";
Expand All @@ -21,7 +20,6 @@ const plugins = [
extensions: [".js", ".jsx", ".svg"],
}),
commonjs(),
json(),
babel({ babelHelpers: "runtime" }),
analyze({ summaryOnly: true }),
];
Expand Down

0 comments on commit d25fc17

Please sign in to comment.