-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
v3.0.0 broke sheet() using extract #189
Comments
I need some code to replicate that behaviour, to be able to fix that. |
Sorry, the tests on that project replicate it but I can pull them out into an example if you'd like. |
It looks like the extract addon is no longer forcing the lazy load of sheet. |
This repo can show the issue: https://github.com/TheBosZ/nano-css-problems/ Run: The sheet has the In 2.2.0, the object returned from |
This #190 should fix your problem. |
## [3.0.1](v3.0.0...v3.0.1) (2018-07-16) ### Bug Fixes * 🐛 enumerate map returned by sheet() ([58da52a](58da52a)), closes [#189](#189)
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Perfect! 3.0.1 solves the bug! |
I can't figure out exactly why, but v3.0.0 broke my plugin: https://bitbucket.org/TheBosZ/rollup-plugin-nano-css/
With 2.2.0, all tests pass, but with 3.0.0, calling
nano.sheet
returns an empty object instead of the expected string of class names.The text was updated successfully, but these errors were encountered: