feat: generate entry file for nuxt3 (#9970)

This commit is contained in:
neverland
2021-11-30 17:52:31 +08:00
committed by GitHub
parent bd236e9561
commit a60673013b
2 changed files with 31 additions and 1 deletions
+4
View File
@@ -10,6 +10,10 @@
"jsdelivr": "lib/vant.min.js",
"exports": {
".": {
"node": {
"import": "./lib/ssr.mjs",
"require": "./lib/ssr.js"
},
"import": "./lib/vant.es.js",
"require": "./lib/vant.cjs.js",
"types": "./lib/index.d.ts"