You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update deployment karma configs to use pre-compiled test files
Remove resolve and commonjs plugins from rollup preprocessor since they were
trying to resolve and bundle the jspdf.es.js import. Instead, use a simple
external function to mark the jspdf.es.js import as external, which preserves
the relative import path exactly as written.
This allows the browser to resolve the import at runtime using Karma's file
serving, which is what asyncImportHelper needs.
0 commit comments