Commit 59fc527
committed
Fix asyncImportHelper to use relative paths for rollup preprocessing
Changed asyncImportHelper.ts to use relative path (../../dist/jspdf.es.js) instead of
absolute Karma path (/base/dist/jspdf.es.js). Configured rollup external option to
preserve relative import paths. This matches the ESM deployment test approach.1 parent 247a0ae commit 59fc527
File tree
3 files changed
+3
-1
lines changed- test
- deployment/esm
- unit
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments