diff --git a/packages/vant-area-data/package.json b/packages/vant-area-data/package.json index c5273902f..609e28ebe 100644 --- a/packages/vant-area-data/package.json +++ b/packages/vant-area-data/package.json @@ -5,6 +5,12 @@ "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "types": "dist/index.d.ts", + "exports": { + ".": { + "import": "./dist/index.esm.mjs", + "require": "./dist/index.cjs.js" + } + }, "files": [ "dist" ], diff --git a/packages/vant-popperjs/package.json b/packages/vant-popperjs/package.json index b2f0b4ad8..f3bf69af9 100644 --- a/packages/vant-popperjs/package.json +++ b/packages/vant-popperjs/package.json @@ -5,6 +5,12 @@ "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "types": "dist/index.d.ts", + "exports": { + ".": { + "import": "./dist/index.esm.mjs", + "require": "./dist/index.cjs.js" + } + }, "sideEffects": false, "files": [ "dist" diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index c337484c3..1b4090911 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -5,6 +5,12 @@ "main": "dist/index.cjs.js", "module": "dist/index.esm.mjs", "typings": "dist/index.d.ts", + "exports": { + ".": { + "import": "./dist/index.esm.mjs", + "require": "./dist/index.cjs.js" + } + }, "sideEffects": false, "files": [ "dist"