-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
[bug] :deep Compilation error #871
Comments
Shouldn't that syntax be compiled by Vue before it reaches lightningcss? That is not valid CSS syntax. |
Vue loader always handles it last {
test: /\.less$/,
use: ['vue-style-loader', 'css-loader', 'less-loader'],
type: 'javascript/auto',
}, |
Why? Shouldn't it run first? |
Rspack related documentation always requires this to be written. |
See detail: https://rspack.dev/guide/tech/vue#vue-3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Less source code
Compile into CSS
Will report an error,in
"lightningcss": "^1.28.2",
The text was updated successfully, but these errors were encountered: