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:
+1
-1
@@ -77,7 +77,7 @@ export default async () => {
|
||||
file: `dist/node/${name}.cjs`,
|
||||
format: "cjs",
|
||||
preferConst: true,
|
||||
exports: "named",
|
||||
exports: "default",
|
||||
banner
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user