-
Notifications
You must be signed in to change notification settings - Fork 63
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
"baseUrl" is not allowed to be empty #19
Comments
Which vue cli version do you use? How can I reproduce the error? |
Maybe it's related to something like this, so I think, this got already fixed in a more recent vue cli... I never experienced this issue. |
thank you, my vue-cli version is 3.0.5 , but i will try to reinstall it and check |
The docs are saying:
|
I had 3.0.1, tried now with 3.0.5, still not experiencing the problem... |
@vue/cli-service": "^4.1.2" or "^3.3.0" => remplace baseUrl by publicPath = ('') |
this plugin set baseUrl in vue.config.js to '', but on build vue-cli throws error :
"Invalid options in vue.config.js: child "baseUrl" fails because ["baseUrl" is not allowed to be empty]"
The text was updated successfully, but these errors were encountered: