Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

11 строки
475 B

  1. "use strict";
  2. /**
  3. * PDF.js Worker entry file.
  4. *
  5. * This file is identical to Mozilla's pdf.worker.entry.js, with one exception being placed inside
  6. * this bundle, not theirs. This file can be safely removed and replaced with Mozilla's after the
  7. * issue mentioned below has been resolved on Parcel's side.
  8. * See: https://github.com/parcel-bundler/parcel/issues/670
  9. */
  10. (typeof window !== 'undefined' ? window : {}).pdfjsWorker = require('pdfjs-dist/build/pdf.worker.js');