We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af136b commit dfbc976Copy full SHA for dfbc976
package.json
@@ -6,7 +6,8 @@
6
"exports": {
7
".": {
8
"types": "./dist/index.d.ts",
9
- "default": "./dist/jspdf.plugin.autotable.js"
+ "require": "./dist/jspdf.plugin.autotable.js",
10
+ "import": "./dist/jspdf.plugin.autotable.mjs"
11
},
12
"./es": {
13
0 commit comments