Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Sep 17, 2022
1 parent beb6716 commit b044773
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export function manifestLoaderPlugin(options: InternalPluginOptions): Plugin {
manifest: any,
bundles: Array<OutputChunk | OutputAsset>
): any {
console.log(bundles);
const findReplacement = (entry: string) =>
bundles.find((output) => {
if (
Expand Down

0 comments on commit b044773

Please sign in to comment.