We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api
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
On the Webpack configuration page, it says the following:
In api.chainWebpack and api.configureWebpack, you have access to some environment variables: process.env.VUE_CLI_SSR_TARGET: Either 'client' or 'server' process.env.VUE_CLI_MODE: Vue CLI mode
In api.chainWebpack and api.configureWebpack, you have access to some environment variables:
api.chainWebpack
api.configureWebpack
process.env.VUE_CLI_SSR_TARGET
'client'
'server'
process.env.VUE_CLI_MODE
What does api refer to? Is it possible to provide a complete example that shows where the api variable comes from?
The text was updated successfully, but these errors were encountered:
I think I figured it out and proposed a docs change in #142.
Sorry, something went wrong.
No branches or pull requests
On the Webpack configuration page, it says the following:
What does
api
refer to? Is it possible to provide a complete example that shows where theapi
variable comes from?The text was updated successfully, but these errors were encountered: