Skip to content

Commit

Permalink
fix: 未声明 loader 包
Browse files Browse the repository at this point in the history
  • Loading branch information
waset committed Oct 24, 2024
1 parent 314a766 commit 8baee25
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
"transform",
"unplugin",
"vite",
"webpack"
"webpack",
"astro",
"esbuild",
"rspack",
"loader",
"farm",
"unocss"
],
"exports": {
".": {
Expand Down Expand Up @@ -66,6 +72,10 @@
"./webpack": {
"import": "./dist/webpack.js",
"require": "./dist/webpack.cjs"
},
"./loader": {
"import": "./dist/loader.js",
"require": "./dist/loader.cjs"
}
},
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8baee25

Please sign in to comment.