Replies: 1 comment
-
Yeah, it's expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added "@vue/cli-service": "~5.0.0-beta.3" to the package.json of my typescript project.
That one has (among others) dependencies to
According to "npm list", the latter one depends on @types/[email protected], and also in node_modules/@types/webpack-dev-server/package.json, I find a dependency to "@types/webpack": "^4",
So, I get webpack 5 via dependency, and webpack 4 via the other chain.
I suspect that this might cause me having that problem: webpack/webpack#12185
Especially that comment: webpack/webpack#12185 (comment)
I must admit that I am relatively new to that infrastructure, so I might easily miss something fundamental...
Nevertheless question: Is that dependency situation intended?
Beta Was this translation helpful? Give feedback.
All reactions