Skip to content

Commit dfde23f

Browse files
committed
Clean up rollup (ha ha)
1 parent 4587fdd commit dfde23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export default {
3737
"sankeyJustify"
3838
],
3939
"node_modules/json2csv/dist/json2csv.umd.js": ["Parser"],
40-
"node_modules/process/index.js": ["nextTick"],
40+
"process": ["nextTick"],
4141
"node_modules/events/events.js": ["EventEmitter"]
42-
}
42+
}
4343
}),
4444
globals(),
4545
builtins(),

0 commit comments

Comments
 (0)