`?raw` import works in vite (`nuxt dev`) but not in rollup (`nuxt generate`)
As described in the title
add
edit
I'm currently trying to convince rollup to understand the
?raw works in vite but not in rollup. Simple steps to reproduce:npx nuxi@latest init rawadd
app.cssedit
app.vuenpm run dev works.npm run generate results in following error.I'm currently trying to convince rollup to understand the
?raw import like vite does using the following, but I'm not sure how, or if that would even work..