I'm a using Vue 2, Webpack, vue-router and Prerender Spa Plugin.
I'm facing an issue when I try to prerender my nested routes.
The plug-in works fine for the routes '/' and '/first-level'.
But when I add a nested routes '/first-level/second-level', the output html is the same as the index.html for the '/' route.
Here is my webpack conf :
Does anyone encoutered the same issue ?

