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
Build failed.
null
./.fab/.cache/generated-nextjs-renderers.266d5ec.js 152103:17
Module parse failed: Assigning to rvalue (152103:17)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
@ ./.fab/.cache/entry-point.js 2:22-146
TypeError: Cannot read property 'message' of undefined
I couldn't find a solution for the error
Module parse failed: Assigning to rvalue (152103:17)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
Any suggestions on which loader should I be using along with Webpack to make fab build a success ?
The text was updated successfully, but these errors were encountered:
Attempting to deploy this to cloudflare workers using fab https://github.com/vercel/next.js/tree/canary/examples/with-firebase-authentication
npm run build success
npx fab build fails
Tried downgrading [email protected] to [email protected]
That didn't work ,
I couldn't find a solution for the error
Module parse failed: Assigning to rvalue (152103:17)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
Any suggestions on which loader should I be using along with Webpack to make fab build a success ?
The text was updated successfully, but these errors were encountered: