mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-25541]: copies wasm files to app build (#5035)
This commit is contained in:
committed by
MichalKinas
parent
6768b966bc
commit
dfd792bed9
@@ -40,6 +40,11 @@
|
|||||||
"input": "node_modules/@alfresco/adf-content-services/bundles/assets",
|
"input": "node_modules/@alfresco/adf-content-services/bundles/assets",
|
||||||
"output": "/assets"
|
"output": "/assets"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"glob": "openjpeg*",
|
||||||
|
"input": "node_modules/pdfjs-dist/wasm",
|
||||||
|
"output": "/wasm/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"glob": "pdf.worker.min.mjs",
|
"glob": "pdf.worker.min.mjs",
|
||||||
"input": "node_modules/pdfjs-dist/build",
|
"input": "node_modules/pdfjs-dist/build",
|
||||||
|
|||||||
Reference in New Issue
Block a user