Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmerckx/nextjs-19mdkt
https://github.com/benmerckx/nextjs-19mdkt
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmerckx/nextjs-19mdkt
- Owner: benmerckx
- Created: 2022-06-08T08:19:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T09:25:43.000Z (over 2 years ago)
- Last Synced: 2024-10-31T12:14:39.836Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Navigating to the / route results in:
````
Module parse failed: Unexpected token (2:14)
File was processed with these loaders:
* ./node_modules/next/dist/build/webpack/loaders/next-flight-server-loader.js
* ./node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
You may need an additional loader to handle the result of these loaders.
| // this comment
> import "react"act from "react";
| export const version = React.version;
|
````