mobxjs / awesome-mobx

A collection of awesome things regarding MobX.
2.19k stars 159 forks source link

Override configs for CRA 3 with craco to enable decorators #75

Open dwaltrip opened 5 years ago

dwaltrip commented 5 years ago

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 finding craco, but my limited attempt to get it working failed.

hawkins commented 5 years ago

Never heard of it, looks nifty though