-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
transpileDependencies doesn't work on windows #2251
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
Comments
Cannot reproduce, it's working as intended. Closed until a valid reproduction is provided. |
@yyx990803 I kind of figured it out. This problem has nothing to do with 'dev mode' but with OS. I'm using Windows and the compiler machine is Linux.
On windows, modules with a namespace (eg: @my/module) won't match in the above code. |
@sodatea should be an easy fix |
haoqunjiang
added a commit
to haoqunjiang/vue-cli
that referenced
this issue
Aug 28, 2018
haoqunjiang
added a commit
to haoqunjiang/vue-cli
that referenced
this issue
Aug 31, 2018
haoqunjiang
added a commit
that referenced
this issue
Sep 4, 2018
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.
Version
3.0.1
Reproduction link
https://github.com/MarvinXu/vue-cli-transpile-test
Node and OS info
Node 9.6.1 / npm 5.6.0 / window 7
Steps to reproduce
What is expected?
transpile specified node_module correctly
What is actually happening?
not transpile node_module

The text was updated successfully, but these errors were encountered: