Skip to content

Commit 8a3d4e1

Browse files
add alternatives section and point to babel-plugin-transform-postcss
1 parent 0053674 commit 8a3d4e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ require('babel-register')({
202202

203203
and then set this file as a compiler `--compilers js:<name-of-your-file>.js`
204204

205+
## Alternatives
206+
207+
- [babel-plugin-transform-postcss](https://github.com/wbyoung/babel-plugin-transform-postcss) - which supports async plugins and does not depend on `css-modules-require-hook`.
208+
205209
## License
206210

207211
MIT

0 commit comments

Comments
 (0)