-
-
Notifications
You must be signed in to change notification settings - Fork 209
Adding description of using postcss-js parser with babel 6 compiler #154
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
Conversation
michael-ciniawsky
left a comment
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.
Thx again 👍 Just two grammar issues
README.md
Outdated
| } | ||
| ``` | ||
|
|
||
| > If you are using babel 6 compiler and up you need to do the following in order for setup to work |
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.
babel 6 compiler=>Babel >= v6- in order for setup => in order for the/your setup to work
README.md
Outdated
|
|
||
| > If you are using babel 6 compiler and up you need to do the following in order for setup to work | ||
| > * It is suggested to have only **default** export per style module |
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.
only => only one || only => one ?
README.md
Outdated
| > If you are using babel 6 compiler and up you need to do the following in order for setup to work | ||
| > * It is suggested to have only **default** export per style module | ||
| > * You need to add [babel-plugin-add-module-exports] to you configuration |
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.
Maybe switch order here? But I'm nitpicking 🐤 😛
- add babel-plugin-add-module-exports
- only one default export per module/file
|
Done |
postcss-js parser produce wrapped styles, adding description to fix this problem