Skip to content

Commit 1dc2d1f

Browse files
committed
fix: webpack bundle with 'vuex.esm-bundler.js' (#1906)
1 parent 13cd6ab commit 1dc2d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)