Skip to content
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

Any way to inspect generated webpack config? #228

Open
tibineagu opened this issue Sep 22, 2020 · 1 comment
Open

Any way to inspect generated webpack config? #228

tibineagu opened this issue Sep 22, 2020 · 1 comment

Comments

@tibineagu
Copy link

The Inspect task in Vue UI has configuration parameters for development and production, but these only show the entry-client and not the server version:

  entry: {
    app: [
      './src/entry-client'
    ]
  }

Is there any way to see the full webpack config?

@mathieutu
Copy link

vue inspect > webpack.base.js
VUE_CLI_SSR_TARGET=server vue inspect > webpack.server.js                                                                                                                      
VUE_CLI_SSR_TARGET=client vue inspect > webpack.client.js

😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants