Skip to content

Commit aeddf7a

Browse files
authored
fix: webpack bundle with 'vuex.esm-bundler.js' (#1906) (#1907)
fix #1906
1 parent 6275468 commit aeddf7a

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.cjs.js",
66
"exports": {
77
".": {
8+
"module": "./dist/vuex.esm-bundler.js",
89
"require": "./dist/vuex.cjs.js",
910
"import": "./dist/vuex.mjs"
1011
},

0 commit comments

Comments
 (0)