Packaging an HTML extension
Hi there,
- Starting to move from development to packaging...
- My extension leverages node packages, and as expected, under the extension directory I have node_modules sub directory
- When I am running ZXPSignCmd.exe should I leave the node_modules there? Should it sign also those files (which I do not "own")?
The reason I am asking is, that if I do leave it there, the extension loads and runs very slowly when deployed from the ZXP on a non debug machine. It takes forever for every screen to load. Also, if I just do ZXPSignCmd.exe -verify it takes forever (on the original machine), so I assume that the verification is the issue here.
If I leave it out, the extension tries to load very fast, but, fails as it is missing the modules.
If I copy the modules manually, the log shows that it fails to validate the extension...
So I am kind of stuck, I suspect I am doing something wrong here.
Thanks for your help!
