i was able to modify composer.js file but i want to ask you that how i can modify this file in the plugin without touching main composer.js file which is present in controllers directory.
i shared my github link below with you
Could anybody help me out how to solve this problem ?
I created one composer.js.es6 file in the initializers directory in composer.js.es6 file i added save method there and i was able to change some functionality of save method which is defined in composer.js file successfully using api.modifyClass function. Thank you very much @david
for your help.