Fix egregious dependency-gathering error

This commit is contained in:
Tony Garnock-Jones 2018-11-26 18:37:08 +00:00
parent e62b117691
commit 9b8eebd3b7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ case "$1" in
fi
fi
done
done | redo-ifchange
done | xargs redo-ifchange
configfile=$(basename "$1" .js).webpack.config.js
redo-ifchange $configfile
for maybedep in $(npx webpack --config "$configfile" --json -o "$targettempfile" | jq -r '.modules[].identifier')