We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in version 3.2.1 you have "dependencies": { "next": "^14", "react": "^18" }, That how it looks in my application
"dependencies": { "next": "^14", "react": "^18" },
yarn list next
├─ [email protected] │ └─ [email protected] └─ [email protected]
Please move "next": "^14", "react": "^18"
"next": "^14", "react": "^18"
To devDependencies and peerDependencies
The text was updated successfully, but these errors were encountered:
This should definitely be fixed. Currently next-runtime-env is very heavy, especially in CI without cached node_modules
next-runtime-env
My nextjs app dependencies sorted by size; it's massive for what it does:
❯ du -h my-project/node_modules --max-depth=1 | sort -h 06:34:31 ... 16M my-project/node_modules/@typescript-eslint 22M my-project/node_modules/@babel 22M my-project/node_modules/typescript 46M my-project/node_modules/@ant-design 82M my-project/node_modules/antd 103M my-project/node_modules/next 277M my-project/node_modules/@next 378M my-project/node_modules/next-runtime-env 1,1G my-project/node_modules
I'm using:
// package.json "next-runtime-env": "3.2.2", "next": "14.2.5",
Sorry, something went wrong.
No branches or pull requests
in version 3.2.1 you have
"dependencies": { "next": "^14", "react": "^18" },
That how it looks in my application
yarn list next
Please move
"next": "^14", "react": "^18"
To devDependencies and peerDependencies
The text was updated successfully, but these errors were encountered: