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.
external
1 parent 46860e6 commit 0107eecCopy full SHA for 0107eec
packages-presets/preset-mini/tsdown.config.ts
@@ -12,6 +12,11 @@ export default defineConfig({
12
],
13
clean: true,
14
dts: true,
15
+ external: [
16
+ '@unocss/core',
17
+ '@unocss/rule-utils',
18
+ '@unocss/extractor-arbitrary-variants',
19
+ ],
20
failOnWarn: !isWindows,
21
attw: {
22
profile: 'esm-only',
packages-presets/preset-wind3/tsdown.config.ts
@@ -14,9 +14,8 @@ export default defineConfig({
external: [
- 'unconfig',
- 'magic-string',
'@unocss/core',
- '@unocss/config',
+ '@unocss/preset-mini',
})
0 commit comments