Skip to content

Commit

Permalink
fix: webpack bundle with 'vuex.esm-bundler.js' (#1906) (#1907)
Browse files Browse the repository at this point in the history
fix #1906
  • Loading branch information
fangbinwei committed Jan 25, 2021
1 parent 6275468 commit aeddf7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"main": "dist/vuex.cjs.js",
"exports": {
".": {
"module": "./dist/vuex.esm-bundler.js",
"require": "./dist/vuex.cjs.js",
"import": "./dist/vuex.mjs"
},
Expand Down

0 comments on commit aeddf7a

Please sign in to comment.