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:
@@ -40,6 +40,11 @@
|
||||
"input": "node_modules/@alfresco/adf-content-services/bundles/assets",
|
||||
"output": "/assets"
|
||||
},
|
||||
{
|
||||
"glob": "openjpeg*",
|
||||
"input": "node_modules/pdfjs-dist/wasm",
|
||||
"output": "/wasm/"
|
||||
},
|
||||
{
|
||||
"glob": "pdf.worker.min.mjs",
|
||||
"input": "node_modules/pdfjs-dist/build",
|
||||
|
||||
Reference in New Issue
Block a user