We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如上图,设置modern-compiler后,varsContent选项失效了
modern-compiler
varsContent
css: { preprocessorOptions: { scss: { api: "modern-compiler", }, }, },
目前最新的element-plus推荐用 modern-compiler 配置 vite也即将用 modern-compiler 作为默认配置,希望作者兼容下❤️
初步排查是设置modern-compiler后,函数走到 https://github.com/GitOfZGT/some-loader-utils/blob/master/src/getSass.js#L36 就不继续走了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如上图,设置
modern-compiler
后,varsContent
选项失效了目前最新的element-plus推荐用 modern-compiler 配置 vite也即将用 modern-compiler 作为默认配置,希望作者兼容下❤️
初步排查是设置
modern-compiler
后,函数走到 https://github.com/GitOfZGT/some-loader-utils/blob/master/src/getSass.js#L36 就不继续走了The text was updated successfully, but these errors were encountered: