Skip to content

Commit

Permalink
stephanrauh/ngx-extended-pdf-viewer#1976 removed pdf.mjs from the min…
Browse files Browse the repository at this point in the history
…ified build of viewer.mjs
  • Loading branch information
stephanrauh committed Dec 11, 2023
1 parent 19222a7 commit cb0a594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@ async function parseMinified(dir) {
.readFileSync(dir + "/image_decoders/pdf.image_decoders.js")
.toString();
const viewerFiles = {
"pdf.js": pdfFile,
"viewer.js": fs.readFileSync(dir + "/web/viewer.js").toString(),
};

Expand Down

0 comments on commit cb0a594

Please sign in to comment.