-
Notifications
You must be signed in to change notification settings - Fork 96
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
Road map and plans for Flowtype support? #12
Comments
Flow already works. I've never used typed-css-modules but from what i read in the readme, it's not integrated with webpack or babel in any way, right? So it should work too. |
Here's a sample .flowconfig file:
It will work with absolute imports and it will ignore scss, less, css, png, jpg files. You also need to have a Please let me know if this works for you. |
Final config is here. It supports every feature that `custom-react-scripts`` supports. I will add it to the readme later. |
Just an idea add |
@stereobooster yeah I thought about it too but every line of that .flowconfig 👆 depends if a feature is turned on/off in .env. So if decorator support is toggled in .env, I should check if |
Hi. This is a great project. Thanks for creating it.
Do you have roadmap? And do you have plans to add FlowType support?
Want to replace propTypes with Flow.
Also looking for something similar to typed-css-modules for Flow and CSSModules.
The text was updated successfully, but these errors were encountered: