-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
What problem does this feature solve?
When using a yarn linked package it breaks the build process.
This behavour has been changed multiple times between 3.0.0-beta and 3.0.5. See here #1559
I think it would help people a lot if there was some hint in the Vue-CLI docs.
What does the proposed API look like?
Give a hint in the docs to add this snippet to your vue.config.js when using yarn link.
chainWebpack: (config, ...rest) => {
config.resolve.set('symlinks', false)
}EvodiaAut, bdeo, gdarchen-takima, san-kumar, smellyshovel and 9 moresubdavis and andreasvirkussubdavis, andreasvirkus and SqrtMinusOne