-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Can I move the 'vue.config.js' to other folder? #4216
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
This is an unnecessary maintenance burden for us so we are not likely to support it. |
Note: this is an undocumented flag; we have no plan to remove it in the foreseeable future but there's also no guarantee of full official support for it. For now, this workaround may work fine for your project, but due to lack of testing, other new features may or may not work well with this flag, you are on your own in that case. |
It's ridiculous the Vue forces this. Here is how we fixed it in the package.json scripts:
|
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
I want to keep my root directory clean
What does the proposed API look like?
I can specify the path to
vue.config.js
inpackage.json
orcli-service
automatically scans the directory wherevue.config.js
is the root directory.The text was updated successfully, but these errors were encountered: