Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
This PR add
logger
plugin to the core export to be able to support ESM build for thelogger
plugin. Issue was mentioned at vitejs/vite#334.This is for Vuex 3, so I'm keeping the individual bundle as is to avoid braking change. For Vuex 4, I'm planning to remove the logger bundle entirely.
Planning to follow up the PR with documentation update as well for the next release.