#MedusaJS 1.8+ with Medusa-extender
24 messages ยท Page 1 of 1 (latest)
Yes and no
The plain vanilla version of extender isn't compatible..you need to pull from a pr
That @old monolith has made
The issue is typeorm 3
It yup
It may throw an exception during startup
But you can ignore the exception
Plz note you will have to make changes to your implementation
Minor changes nonetheless
You can follow the example in the starter
That is available in the extender
Hope this helps ๐
Yes thanks a lot. I'll go explore ๐
I think the idea is to deprecate the extender in the future and build in the functionality into medusa core itself
But without decorators
All the features from the extender are available in 1.8+ we are currently writing all the documentation so you can expect follow the medusa documentation in a very near future
hi Adrien, do we know when there will be the migration guide to the 1.8 official? The patch PR doesn't work for me and seems like a lot of work so I think I will wait to do the migration to the official 1.8
It is pretty easy if you look at the customisation example we have provided in the doc, you ll see that it is pretty easy, otherwise it will probably be available in the next few weeks
I have made the necessary changes and it works if you follow the example
It's not very complicated if you are overriding just a few services
@full venture