You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new redux-module via yarn run create in the root of the mono-repo, it would be nice to not having the manual register process of the module outsourced to the user.
Instead we should think about having some kind of process with e.g. babel to automatically register it
Describe the problem:
When creating a new redux-module via
yarn run create
in the root of the mono-repo, it would be nice to not having the manual register process of the module outsourced to the user.Instead we should think about having some kind of process with e.g. babel to automatically register it
https://github.com/ImmoweltGroup/create-react-microservice/blob/master/packages/create-react-microservice-scaffold/src/build/templates/redux-module/create-config.js#L22-L34
The text was updated successfully, but these errors were encountered: