paulogdm / vercel-monorepo-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run app the app?

yarn && yarn --cwd app-vercel && yarn --cwd app-vercel dev

The problem on Vercel

I have the following setup:

setting

The problem is that the babel.config.js file (in the root directory) imports a babel-plugin-ramda which it fails to resolve as there are no node_modules in the root folder after Vercel build. (This babel.config.js file is extended in app-vercel/babel.config.js)

About


Languages

Language:JavaScript 100.0%