CSS Modules don't work in a SFC component (app-webpack v4) #17886
Labels
area/cli
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-webpack
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
I'm migrating developed with app-webpack from v3 to v4. And I faced issue that in the latest @quasar/app-webpack@4 the SCSS module in the SFC component doesn't work.
What did you expect to happen?
SCSS module should work in the webpack configuration.
That worked with app-webpack v3 and it's working with the app-vite@latest
Reproduction URL
https://stackblitz.com/edit/quasarframework-stackblitz-templates-w5jer7y2?file=src%2Fpages%2FIndexPage.vue
How to reproduce?
<div :class="$style.box"></div>
<div class></div>
element but without the class appended<head>
element and find that the styles for the.IndexPage_box_pK3Vl
has been injectedFlavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: