-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Open
Labels
Description
Version
4.0.0
Reproduction link
https://codepen.io/JCH77/pen/vYxmOBJ
Steps to reproduce
Use esm-browser builds
Import Vue 3.0.11 => OK
Import Vuex 4.0.0 => The following error occurs :
Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
What is expected?
Vuex esm-browser build import success
What is actually happening?
Vuex esm-browser build import fail