Browse Source

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

Kia King Ishii 4 năm trước cách đây
mục cha
commit
1dc2d1f21d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"
     },