We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perhaps we should add craco to the boilerplates section for those who want to use mobx decorators with CRA without ejecting?
craco
Their recipe worked for me on the first try: https://github.com/sharegate/craco/blob/master/recipes/use-mobx/craco.config.js
I tried using customize-cra first, before finding craco, but my limited attempt to get it working failed.
customize-cra
The text was updated successfully, but these errors were encountered:
Never heard of it, looks nifty though
Sorry, something went wrong.
No branches or pull requests
Perhaps we should add
craco
to the boilerplates section for those who want to use mobx decorators with CRA without ejecting?Their recipe worked for me on the first try:
https://github.com/sharegate/craco/blob/master/recipes/use-mobx/craco.config.js
I tried using
customize-cra
first, before findingcraco
, but my limited attempt to get it working failed.The text was updated successfully, but these errors were encountered: