Maiquu / nuxt-quasar

Quasar Module for Nuxt (Unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - quasar/animations. Its styles will not be inlined when server-rendering.

Pok09 opened this issue · comments

Checks

  • I have searched the existing issues for a similar bug and it does not exist!

Environment

  • Operating System: Windows_NT
  • Node Version: v16.20.0
  • Nuxt Version: 3.6.1
  • Nitro Version: 2.5.2
  • Package Manager: pnpm@8.6.5
  • Builder: vite
  • User Config: devtools, app, css, modules, build, runtimeConfig, quasar, image, anime, dayjs
  • Runtime Modules: nuxt-quasar-ui@2.0.2, @nuxt/image@1.0.0-rc.1, dayjs-nuxt@1.1.2, @vueuse/motion/nuxt@2.0.0, @hypernym/nuxt-anime@2.1.0, nuxt-lodash@2.5.0, @pinia/nuxt@0.4.11, @pinia-orm/nuxt@1.6.7, @pinia-plugin-persistedstate/nuxt@1.1.1, nuxt-vue3-google-signin@0.0.8, @nuxtjs/eslint-module@4.1.0
  • Build Modules: -

Quasar version

2.12.1

Browsers

Brave

Description

After build or generate
the modifications made to :

quasar: {
    ....
     sassVariables: '@/assets/scss/_variable.scss'
 }

are not taken into account at all, it is the default quasar configuration that is used

Reproduction steps

1. nuxi build
2. warning is displayed during the build process
3. Changes visible in development are no longer available in production

Screenshots

![DESCRIPTION](LINK.png)

Logs

[20:18:33]  WARN  [plugin:ssr-styles] [nuxt] Cannot extract styles for quasar/animations. Its styles will not be inlined when server-rendering.