You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. I originally opened an issue requesting the ability to configure where the serverless-webpack-prisma plugin looks up the .webpack folder: #18
I was happy to see it was recently added. However, I use serverless-bundle to configure all of my webpack settings. They do not allow custom serverless-webpack configurations, so when I do this:
custom:
webpack:
webpackOutputPath: ./ # Passing this param, plugin will change the directory to find the dir .webpack
I get this error:
Error:
'serverless-webpack config detected in serverless.yml. serverless-bundle is not compatible with serverless-webpack.'
Would it be possible to have a serverless-webpack-prisma setting that defines where the .webpack folder is? Simple as:
custom:
prisma:
webpackOutputPath: ./ # Passing this param, plugin will change the directory to find the dir .webpack
The text was updated successfully, but these errors were encountered:
Hey there. I originally opened an issue requesting the ability to configure where the serverless-webpack-prisma plugin looks up the .webpack folder: #18
I was happy to see it was recently added. However, I use serverless-bundle to configure all of my webpack settings. They do not allow custom serverless-webpack configurations, so when I do this:
I get this error:
Would it be possible to have a serverless-webpack-prisma setting that defines where the .webpack folder is? Simple as:
The text was updated successfully, but these errors were encountered: