Browse Source

fix(build): fix wrong path name for the export module

Kia King Ishii 4 năm trước cách đây
mục cha
commit
679313bf5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "main": "dist/vuex.common.js",
   "exports": {
     ".": {
-      "module": "./dist/vuex.esm-bundler.js",
+      "module": "./dist/vuex.esm.js",
       "require": "./dist/vuex.common.js",
       "import": "./dist/vuex.mjs"
     },