self serve pdf.worker.min.js

This commit is contained in:
Stefan 2020-12-31 15:07:35 +01:00
parent 70cb27bf0a
commit aa7e2594e2
2 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,11 @@
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest"
"src/manifest.webmanifest", {
"glob": "pdf.worker.min.js",
"input": "node_modules/pdfjs-dist/build/",
"output": "/assets/js/"
}
],
"styles": [
"src/styles.scss"

View File

@ -6,8 +6,9 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss']
})
export class AppComponent {
constructor () {
(window as any).pdfWorkerSrc = '/assets/js/pdf.worker.min.js';
}