next-workspaces
next-workspaces copied to clipboard
Next-js + yarn workspaces + typescript
Results
2
next-workspaces issues
Sort by
recently updated
recently updated
newest added
And the built in typescript support in babel?
I'm trying to use react-native-web within this project. NextJS delivers an example: https://github.com/zeit/next.js/tree/master/examples/with-react-native-web It adds a .babelrc file with the following content ```json { "presets": ["next/babel"], "plugins": [ ["react-native-web", {...