chore(unocss-preset-fonts): remove fixed extension
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -11,5 +11,4 @@ export default defineConfig({
|
||||
],
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
fixedExtension: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user