https://github.com/2wheeh/nextjs-lexical-build-error
https://github.com/2wheeh/nextjs-lexical-build-error
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2wheeh/nextjs-lexical-build-error
- Owner: 2wheeh
- Created: 2024-04-04T07:47:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T02:13:56.000Z (about 2 years ago)
- Last Synced: 2024-04-19T05:58:03.973Z (about 2 years ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
to reproduce issue https://github.com/facebook/lexical/issues/5823:
```bash
# clone
git clone https://github.com/2wheeh/nextjs-lexical-build-error.git
cd nextjs-lexical-build-error
# install packages
yarn install
# build
yarn build
```