Parcourir la source

fix: webpack bundle with 'vuex.esm-bundler.js' (#1906)

Kia King Ishii il y a 4 ans
Parent
commit
1dc2d1f21d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -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"
     },