Skip to content

Commit 4010b7c

Browse files
removed unwanted entry from rollup config
1 parent b3b57f3 commit 4010b7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { terser } from "rollup-plugin-terser";
22

33
const config = [
44
{
5-
external: ["es6-promise", "isomorphic-fetch"],
65
input: ["lib/es/browser/index.js"],
76
output: {
87
file: "lib/graph-es-sdk.js",

0 commit comments

Comments
 (0)