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 45ce470 commit cefd73aCopy full SHA for cefd73a
package.json
@@ -17,12 +17,14 @@
17
"type": "module",
18
"exports": {
19
"./loader": {
20
- "import": "./dist/loader/htmlLoader.cjs"
+ "require": "./dist/loader/htmlLoader.cjs",
21
+ "default": "./dist/loader/htmlLoader.cjs"
22
},
23
".": {
24
"types": "./dist/index.d.ts",
25
"require": "./dist/index.cjs",
- "import": "./dist/index.js"
26
+ "import": "./dist/index.js",
27
+ "default": "./dist/index.js"
28
29
"./package.json": "./package.json"
30
0 commit comments