Azure / azure-functions-pack

Easily package your Node.js Functions for Azure Functions
MIT License
153 stars 31 forks source link

Error: ENOENT: no such file or directory, open '.funcpack/classes.trie' #87

Open ghost opened 6 years ago

ghost commented 6 years ago

If I just compile my typescript and run without bundling, everything is fine. If I try packing with funcpack or my own Webpack config, I get the no such file error when I launch the app. I'm not even sure what that file is or where it is referenced.