https://github.com/dcalhoun/nextjs-rnw-transpile
A test case for transpiling modules (specifically react-native-web) with Next.js 8.
https://github.com/dcalhoun/nextjs-rnw-transpile
Last synced: about 1 month ago
JSON representation
A test case for transpiling modules (specifically react-native-web) with Next.js 8.
- Host: GitHub
- URL: https://github.com/dcalhoun/nextjs-rnw-transpile
- Owner: dcalhoun
- Created: 2019-05-03T13:02:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T15:19:30.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T05:44:16.506Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/zeit/next.js/issues/7276
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-rnw-transpile
A test case for transpiling modules (specifically [`react-native-web`](https://github.com/necolas/react-native-web)) with Next.js 8. See the [related issue thread](https://spectrum.chat/next-js/general/next-js-8-and-rnw-transpilation-issues~d414072e-1590-4bde-9a32-0cbdedf0c199).
## Project Setup
1. `yarn install`
1. `yarn dev`
## Commit History
There are a few individual commits capturing a few attempts to address the issue:
- [Custom webpack config](https://github.com/dcalhoun/nextjs-rnw-transpile/tree/fe1b1ba48e6515061d9892a9e0a9c510542314a3)
- [`next-transpile-modules`](https://github.com/dcalhoun/nextjs-rnw-transpile/tree/1b3ebc4a3f0c9dead48de65a6f4277d6623f1e53)
- [babel config](https://github.com/dcalhoun/nextjs-rnw-transpile/tree/7079d1ceb407207a6bedc2f20562b79110e58023)