https://github.com/manniL/nuxt-edge-analyze-issue
All overviews should be available.
The app.css is included in the build overview. Only the stat
page is available. Neither the parsed
nor the gzipped
page is accessible.
If I remove the markdown-it
import, everything behaves normally. However, I can't find out why that import is influencing the build step. Could there be a silent error?
The build itself succeeds every time, even when I'm doing more complex things (preprocessing, webpack plugins, extracting css, ...). However, the analytics page always shows the CSS file (even if I minify/extract it through purgeCss and build settings) and only the stat
page.