We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8c856 commit c118e86Copy full SHA for c118e86
.changeset/old-tigers-kiss.md
@@ -0,0 +1,5 @@
1
+---
2
+"@vee-validate/i18n": patch
3
4
+
5
+fix: nested exports for the i18n package closes #4899
packages/i18n/package.json
@@ -14,7 +14,8 @@
14
"types": "./dist/vee-validate-i18n.d.ts",
15
"import": "./dist/vee-validate-i18n.esm.js",
16
"require": "./dist/vee-validate-i18n.js"
17
- }
+ },
18
+ "./dist/locale/*.json": "./dist/locale/*.json"
19
},
20
"sideEffects": false,
21
"files": [
0 commit comments