Skip to content

Commit 679313b

Browse files
committed
fix(build): fix wrong path name for the export module
1 parent 3799862 commit 679313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/vuex.common.js",
66
"exports": {
77
".": {
8-
"module": "./dist/vuex.esm-bundler.js",
8+
"module": "./dist/vuex.esm.js",
99
"require": "./dist/vuex.common.js",
1010
"import": "./dist/vuex.mjs"
1111
},

0 commit comments

Comments
 (0)