mirror of
https://github.com/unjs/unplugin.git
synced 2026-02-01 16:56:37 +00:00
fix: move types to the first field (#270)
This commit is contained in:
parent
5ee3a2f109
commit
60b9f7c86d
@ -8,9 +8,9 @@
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"require": "./dist/index.js",
|
||||
"import": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts"
|
||||
"import": "./dist/index.mjs"
|
||||
},
|
||||
"./dist/webpack/loaders/load": "./dist/webpack/loaders/load.js",
|
||||
"./dist/webpack/loaders/transform": "./dist/webpack/loaders/transform.js"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user