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 958bb62 commit b709e90Copy full SHA for b709e90
README.md
@@ -104,7 +104,7 @@ type Options = {
104
*/
105
resolveName?: (id: string) => string | Promise<string>
106
/**
107
- * Whether to keep default export
+ * Whether to remove default export
108
* @default false
109
110
removeDefault?: boolean
src/core/options.ts
@@ -12,7 +12,7 @@ export interface Options {
12
13
14
15
16
17
18
0 commit comments