Browse Source

fix(build): node deprecated warning in export module (#2048)

Kia King Ishii 3 năm trước cách đây
mục cha
commit
397e9fba45
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -9,6 +9,7 @@
       "require": "./dist/vuex.cjs.js",
       "import": "./dist/vuex.mjs"
     },
+    "./*": "./*",
     "./": "./"
   },
   "module": "dist/vuex.esm-bundler.js",