mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix(kit): add legacy entrypoints for pre v3.3 usage (#19874)
This commit is contained in:
parent
8e90f49d04
commit
a0c2fb3d25
@ -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