Closed thecannabisapp closed 1 year ago
Okay, it looks like the issue was with next-transpile-modules pointing to enhanced-resolve@5.10.0 and @virgilsecurity/e3kit-browser using webpack 4 depending on enhanced-resolve@4.5.0. After I changed my package.json to forced next-transpile-modules to resolve to enhanced-resolve@4.5.0 I could get past the error.
"resolutions": {
"next-transpile-modules/enhanced-resolve": "4.5.0"
},
Hi all,
I'm trying to deploy my NextJS 12.3.1 app to Firebase using Firebase CLI 11.16.0 with Yarn 1.22.19.
But I'm getting the following error when deploying with regards to pnpapi.
My next.config.js file is as follows...
Note I've had to customise my webpack config for WASM due to Virgil security e3kit.
I've seen some previous issues about pnpapi but there's no other error in my project, and the TS compiler isn't complaining about my project code.
This is my package.json for reference...
Any help to resolve this issue is greatly appreciated!