azure-functions-pack
azure-functions-pack copied to clipboard
Azure SDK ^2 preview has issues with WebPack
ERROR in ./~/azure/lib/azure.js
Module not found: Error: Can't resolve 'azure-search' in '/Users/tony/ffc1_azurefunctions/node_modules/azure/lib'
Hey @tony-gutierrez, could you provide your package.json packages section and which package you're referencing in your code.
In this case, I've tested a few Azure libraries, but it's possible one of them doesn't work with WebPack and I can try to get a fix sent out to them.
latest release:
"azure": "^2.0.0-preview"
Cool. My tests currently run against ^1. I'll start trying out the ^2 preview bits.
Hey @christopheranderson did you get any further with this issue?