-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught SyntaxError: The requested module '/@modules/vuex/dist/logger' does not provide an export named 'default' #334
Comments
Not a "vuex/dist/logger" issue? I've got piles of such errors. |
What about optimizeDeps: {
exclude: ['vuex']
} |
still console this error Uncaught SyntaxError: The requested module '/@modules/vuex/dist/logger' does not provide an export named 'default' |
The problem does not occur when using vue/cli |
under the dependencies
|
For optimizeDeps: {
include: ['vuex/dist/logger']
} |
thanks @underfin |
Hmm, this is a problem in |
Oh OK. Indeed we only have 1 build for logger so we should create same build types as Vue and Vuex then. I'll work on to it 👍 |
System Info
vite
version: ^0.20.2vue
version (fromyarn.lock
orpackage-lock.json
)@vue/compiler-sfc
versionUncaught SyntaxError: The requested module '/@modules/vuex/dist/logger' does not provide an export named 'default'
The text was updated successfully, but these errors were encountered: