Skip to content

Commit

Permalink
fix: webpack bundle with 'vuex.esm-bundler.js' (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 25, 2021
1 parent 13cd6ab commit 1dc2d1f
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.common.js",
"exports": {
".": {
"module": "./dist/vuex.esm-bundler.js",
"require": "./dist/vuex.common.js",
"import": "./dist/vuex.mjs"
},
Expand Down

0 comments on commit 1dc2d1f

Please sign in to comment.