From 1dc2d1f21de42138053ea3281dde05487642a76d Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Mon, 25 Jan 2021 12:36:00 +0900 Subject: [PATCH] fix: webpack bundle with 'vuex.esm-bundler.js' (#1906) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 176b481e0..044078e0f 100644 --- a/package.json +++ b/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" },