Home

Issue: 3166

[edge] Extract CSS in one chunk does not work

[issue link]

Version

2.0.0-25390984.952dfe0

Reproduction link

https://github.com/manniL/nuxt-edge-extract-css-issue

Steps to reproduce

  1. Clone the repo
  2. Install packages with npm i
  3. Run npm run build -- -a

What is expected ?

CSS will be extracted and merged into one single file

What is actually happening?

CSS is extracted but not merged into a single file.

This bug report is available on Nuxt.js community (#c6814)