Skip to content

Commit

Permalink
refactor: use graph data to parse bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Jan 13, 2025
1 parent 0a33fb9 commit f45d597
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export async function getAssetsModulesData(
const assetFile = path.join(bundleDir, asset.path);
let bundleInfo: ReturnType<ParseBundle>;
try {
console.log(modules);
bundleInfo = parseBundle(assetFile, modules);
} catch (err: any) {
const { code = '', message } = err;
Expand Down

0 comments on commit f45d597

Please # to comment.