2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

fix: issue with exports not working correctly in common js scenarios

This commit is contained in:
Jay
2022-10-07 10:19:25 +02:00
parent 9c3dce366b
commit 2149464bb4
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export default async () => {
file: `dist/node/${name}.cjs`,
format: "cjs",
preferConst: true,
exports: "named",
exports: "default",
banner
},
plugins: [