-
Notifications
You must be signed in to change notification settings - Fork 25
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
Sass compilation #182
Comments
It should have been addressed in |
I do use the latest version. So based off of the PR you mentioned, I see that the default loaders are now this
We can configure the loaders using the mkdist options. |
Hi and sorry for responding late. Let's track it via nuxt/module-builder#90 to allow opting out from this behavior. |
Environment
Node 18.15.0.
mkdist: latest
Reproduction
No reproduction
Describe the bug
As per the documentation in https://github.com/nuxt/module-builder, it's mentioned that only js, ts and vue files would be transformed.
I have an issue where sass files are transformed to empty css but I would like the scss file to be copied as is. I see from the tests that scss files are compiled:
mkdist/test/index.test.ts
Line 86 in a0d637d
Is there a way to opt-out of this and to just copy the file as is?
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: