Surya Chandra Rao Gandreddi
Surya Chandra Rao Gandreddi
anyone able to fix this? or any suggestions.
Refer: https://developer.salesforce.com/blogs/2018/04/lightning-container-component-building-components-with-react-angular-and-other-libraries.html https://medium.com/@ennoucas/salesforce-lightning-application-with-vue-js-and-webpack-part-2-af0071347274 You need to create a manifest.json with the below lines: { "landing-pages": [{ "path": "index.html", "apex-controller": "ApexController" }] }
Hey @ennoucas , how do I include the namespace along with the controller??
oh thats cool, will try that. Sorry, my bad I should have thoroughly checked the documentation.
any possible work arounds to make it work with webpack?