Akryum / Akryum/vue-cli-plugin-ssr
Any way to inspect generated webpack config?
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 441
- Forks
- 69
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.