Hey there,
I've been trying to create extensions for EspoCRM and I've hit a little snag. I'm following the instructions to a tee. When I try to go to my extension in UI, EspoCRM starts looking for my controller in transpiled/src/controllers. But my controller is over at client/custom/mymodule/src/controllers/mycontroller.js.
Is there any step that I'm missing , do I have to transpile my extension, I'm not using ES6
Thanks a bunch!
I've been trying to create extensions for EspoCRM and I've hit a little snag. I'm following the instructions to a tee. When I try to go to my extension in UI, EspoCRM starts looking for my controller in transpiled/src/controllers. But my controller is over at client/custom/mymodule/src/controllers/mycontroller.js.
Is there any step that I'm missing , do I have to transpile my extension, I'm not using ES6
Thanks a bunch!
Comment