[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
- Clone the repo
- Install packages with
npm i
- 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.