Skip to content

Commit

Permalink
great, missed that one again
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Mar 21, 2024
1 parent fed66eb commit 07dc62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/build/closure/ShadowESMImports.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void process(Compiler compiler, Map<String, String> imports, Map<S
ShadowESMImports pass = new ShadowESMImports();
NodeTraversal.traverse(compiler, compiler.getRoot().getSecondChild(), pass);

for (JSChunk chunk : compiler.getModules()) {
for (JSChunk chunk : compiler.getChunks()) {
if (chunk.getInputCount() > 0) {
CompilerInput firstInput = chunk.getInputs().get(0);

Expand Down

0 comments on commit 07dc62e

Please sign in to comment.