-
-
Notifications
You must be signed in to change notification settings - Fork 218
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-loader] Prepend options.data to code payload #233
[sass-loader] Prepend options.data to code payload #233
Conversation
Adds `data` prepend feature common on sass-loader implementations: https://github.com/differui/rollup-plugin-sass#options-1 Care of @bastienrobert
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
==========================================
+ Coverage 91.69% 91.72% +0.02%
==========================================
Files 9 9
Lines 289 290 +1
Branches 100 101 +1
==========================================
+ Hits 265 266 +1
Misses 24 24 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if tests added, it will be ok
I’m going to add tests asap to merge this |
I can also write some tests today if @bastienrobert doesn't beat me to it 🤙 |
@drewlustro oh dude, It's actually 7PM here, I'm drinking a beer so be my guest ! 😁 |
✅ Tests up! cc @bastienrobert |
Seems good to me @drewlustro! Well done and thanks for the mention :) |
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds
data
prepend feature common on sass-loader implementations.Example: https://github.com/differui/rollup-plugin-sass#options-1
cc @cortopy @egoist