Skip to content

Commit 5862e7e

Browse files
committed
refactor: rename unused option name
1 parent 7076977 commit 5862e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function obfuscatorPlugin(obOptions?: Config) {
6363
name: "rollup-plugin-javascript-confuser",
6464
enforce: "post",
6565

66-
async generateBundle(bundleOptions, bundleObj) {
66+
async generateBundle(_, bundleObj) {
6767
for (const bundleKey of Object.keys(bundleObj)) {
6868
const bundle = bundleObj[bundleKey];
6969
if (bundle.type !== "chunk") {

0 commit comments

Comments
 (0)