Ricky Hopkins
10/09/2021, 9:51 AMCan't resolve '_http_common' in 'C:\Users\ricky\projects\spectr\server\node_modules\@prisma\client\runtime'
I can get around this by setting externals: ["_http_common"], in my webpack.config, but when I go to run my build with node build/index.js I get ReferenceError: _http_common is not defined
Anyone seen anything like this. Google is not too helpfulRyan
10/11/2021, 6:00 AMRicky Hopkins
10/11/2021, 6:06 AMwebpack-node-externals which seemed to do the trick