I am attempting to open a dialog form my Outlook add-in. I want to to open from a command in the ribbon, circumventing going through a Taskpane first and just do it directly.
I am having loads of trouble developing a debugging an add-in in the first place.
I believe I have added the content and the references to my dialog (both .js and .html files) in the manifest and webpack.config. But nothing happens.
I have fiddled a lot with configuring the references and configurations in the manifest. I am using a unified manifest.json btw (the other xml setup never seemed to work for me).
I expected that when I click the command, a dialog appears, but nothing.