Akryum / Akryum/vue-cli-plugin-ssr
Any way to inspect generated webpack config?
Open
- Dominant language
- JavaScript
- Stars
- 441
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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:
```js
entry: {
app: [
'./src/entry-client'
]
}
```
Is there any way to see the full webpack config?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.