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 9c8f86d commit becc438Copy full SHA for becc438
packages/axios/build.config.ts
@@ -9,5 +9,5 @@ export default defineBuildConfig({
9
rollup: {
10
emitCJS: true,
11
},
12
- externals: ['axios', 'pinia-orm'],
+ externals: ['axios', 'pinia-orm', 'pinia'],
13
})
0 commit comments