Solidstart project won't build
I have a Solidstart project that I'm running into a error I can't figure out on. For part of the app I use ESRI @arcgis/core modules, for those I use clientOnly which worked great. Everything works perfectly when run under dev mode. But when I try to build it it fails while attempting to transform of the @arcgis/core modules.
This looks to be the source of the error:
[8:45:46 PM] ERROR [commonjs--resolver] C:\code\solid\nodemodules.pnpm@[email protected]@[email protected]\node_modules@arcgis\core\layers\support\rasterFunctions\rasterProjectionHelper.js: Identifier 'e' has already been declared. (5:17320)
Any advice on how to go about dealing with it would be greatly appreciated. I've done some googling and I'm still lost.
0 Replies