Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(create-waku): downgrade ncc (#938)
`@vercel/ncc@0.38.2` seems to break create-waku's `notifyUpdate`. Here's the error log: ``` TypeError: undefined is not a function at notifyUpdate (file:///.../node_modules/create-waku/dist/index.js:30:110825) ``` @himself65 @ojj1123 do you think it's fixable? In the meantime, let's downgrade `ncc`.
- Loading branch information