mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
fix(schema): add export condition for nuxt2 support
This commit is contained in:
parent
b083493ec2
commit
1fd491f1a5
@ -8,7 +8,8 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.mjs"
|
"import": "./dist/index.mjs",
|
||||||
|
"require": "./dist/index.mjs"
|
||||||
},
|
},
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user