Skip to content

Commit

Permalink
🐛 run array argument injections first
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Dec 31, 2022
1 parent a2dedf3 commit 6aeac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moduleraid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class ModuleRaid {
* @internal
*/
private arrayArguments: WebpackArgument[] = [
this.functionArguments[1],
[
[this.moduleID],
{},
Expand All @@ -89,6 +88,7 @@ export class ModuleRaid {
this.get = e
},
],
this.functionArguments[1],
]

/**
Expand Down

0 comments on commit 6aeac73

Please sign in to comment.