-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Reproduction
https://stackblitz.com/~/github.com/ruan-cat/bug-in-vue-router-4.6.0-with-uniapp?file=package.json
Steps to reproduce the bug
The reporter is not a native English speaker. The following content is translated using translation software:
In vue-router@4.6.0
, there is a failure due to missing vue-router.esm-bundler.js
file export, which causes other downstream dependencies.
Read the making workflow line, an error, We can see that vue-router@4.6.0
is missing the vue-router.esm-bundler.js
export causing other downstream dependencies to fail. In this case, it's a failure that depends on @dcloudio/uni-h5@3.0.0-4070520250711001
.
Expected behavior
This will export vue-router.esm-bundler.js
as normal.
Actual behavior
As shown above .
Additional information
The following contents are all kinds of error screenshots, you can skip it as appropriate.
Minimal replication error on stackblitz
Errors when github workflow runs
Error due to missing vue-router/dist/vue-router.esm-bundler.js
.
Running locally based on unibest template failures
Error Cannot find module 'vue-router\dist\vue-router.esm-bundler.js'
.