An open API service indexing awesome lists of open source software.

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.

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)