Static GitHub Issues

[3281] [edge] Analyzing build only shows "stat" screen and does not reflext changes

prev: vue cli plugin?
next: Using nodemailer inside nuxt.js

Version

2.0.0-25414361.b4a4a55

Reproduction link

https://github.com/manniL/nuxt-edge-analyze-issue

Steps to reproduce

  1. Clone the repo
  2. Install modules (npm i)
  3. Run an analyze build (npm run build -- -a)
  4. See that app.css is included and only that stat view is available

What is expected ?

All overviews should be available.

What is actually happening?

The app.css is included in the build overview. Only the stat page is available. Neither the parsed nor the gzipped page is accessible.

Additional comments?

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.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6993">#c6993</a>)</em></sub></div>