azure-functions-pack icon indicating copy to clipboard operation
azure-functions-pack copied to clipboard

Azure SDK ^2 preview has issues with WebPack

Open tony-gutierrez opened this issue 8 years ago • 4 comments

ERROR in ./~/azure/lib/azure.js
Module not found: Error: Can't resolve 'azure-search' in '/Users/tony/ffc1_azurefunctions/node_modules/azure/lib'

tony-gutierrez avatar Sep 06 '17 20:09 tony-gutierrez

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.

christopheranderson avatar Sep 06 '17 23:09 christopheranderson

latest release: "azure": "^2.0.0-preview"

tony-gutierrez avatar Sep 06 '17 23:09 tony-gutierrez

Cool. My tests currently run against ^1. I'll start trying out the ^2 preview bits.

christopheranderson avatar Sep 06 '17 23:09 christopheranderson

Hey @christopheranderson did you get any further with this issue?

GavinOsborn avatar Apr 18 '18 02:04 GavinOsborn