UNPKG
to-unocss
Version:
latest (0.0.33)
0.0.33
0.0.27
Vscode extension transform css to unocss
github.com/Simon-He95/tounocss
Simon-He95/tounocss
to-unocss
/
dist
/
tsup.config.js
13 lines
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { defineConfig }
from
'tsup'
; export
default
defineConfig
({
entry
: [
'src/index.ts'
, ],
format
: [
'cjs'
,
'esm'
],
shims
:
false
,
dts
:
false
,
external
: [
'vscode'
, ], });
//# sourceMappingURL=tsup.config.js.map