mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat: using mjs extension for esmodule (#10625)
This commit is contained in:
parent
582582e480
commit
5cd731594f
@ -3,27 +3,11 @@
|
||||
"version": "4.0.0-alpha.3",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/vant.cjs.js",
|
||||
"module": "es/index.js",
|
||||
"module": "es/index.mjs",
|
||||
"style": "lib/index.css",
|
||||
"typings": "lib/index.d.ts",
|
||||
"unpkg": "lib/vant.min.js",
|
||||
"jsdelivr": "lib/vant.min.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"node": {
|
||||
"import": "./lib/ssr.mjs",
|
||||
"require": "./lib/ssr.js"
|
||||
},
|
||||
"import": "./es/index.js",
|
||||
"require": "./lib/vant.cjs.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
},
|
||||
"./es": "./es/index.js",
|
||||
"./lib": "./lib/vant.cjs.js",
|
||||
"./es/": "./es/",
|
||||
"./lib/": "./lib/",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"npm": {
|
||||
"tag": "next"
|
||||
},
|
||||
|
@ -5,6 +5,9 @@ export default {
|
||||
namedExport: true,
|
||||
skipInstall: ['lazyload'],
|
||||
packageManager: 'pnpm',
|
||||
extensions: {
|
||||
esm: '.mjs'
|
||||
},
|
||||
site: {
|
||||
publicPath:
|
||||
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/v4',
|
||||
|
Loading…
x
Reference in New Issue
Block a user