Closed AndreyShpilevoy closed 7 years ago
I'm having no issues here. What does your setup look like?
Does this work outside of webpack?
Here is my project with version 1.0.1 - https://github.com/AndreyShpilevoy/dem-afterlife If we update plugin version to 1.1.1 we will receive this error on npm start or nmp build.
I didn't try to use without webpack.
Thanks, will take a look.
Edit: Been messing around locally in my own project. Have had no issue bundling so far.
Ok, it looks like aesthetic-adapter-jss
is returning { default: Object }
instead of Object
. Not sure why though, digging further.
Can you try the 1.1.2 version?
Yep, this version fixed my problem. Thank you. Also,as suggestion, it's will be great to have possibility to check, what changes (and new possibilities) was included to new versions. Right now it looks only like:
Publish
- aesthetic-adapter-aphrodite@1.1.2
- aesthetic-adapter-css-modules@1.1.2
- aesthetic-adapter-fela@1.1.2
- aesthetic-adapter-glamor@1.1.2
- aesthetic-adapter-jss@1.1.2
- aesthetic-native@1.1.2
- aesthetic-utils@1.1.2
- aesthetic@1.1.2
without real explanation, what was fixed, or added, or changed.
Thank you.
Sweet, thanks for the report. Getting Lerna to work correctly has been a pain.
There is a changelog at the root: https://github.com/milesj/aesthetic/blob/master/CHANGELOG.md
I updated from 1.0.1 to 1.1.1. And after that I receive an error:
It looks like some issue with aesthetic_adapter_jss export. Can you check it? Thank you.