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
这个功能提议是否涉及到某个问题,请详细描述 **Is your feature request related to a problem? Please describe. **
next.config.js
// @ts-check const info = require('preval-build-info'); /** * @type {import('next').NextConfig} **/ const nextConfig = { reactStrictMode: true, webpack5: true, generateBuildId: async () => { // 获取git版本信息 return `${info.version}-${info.gitHashShort}`; }, }; module.exports = nextConfig;
请对您遇到问题进行清楚、简洁的描述,比如我遇到一个问题,当我... A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
描述您期望的解决方案 Describe the solution you'd like
请详细描述您预期的效果 A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案 Describe alternatives you've considered 第一点应该考虑一个方案, cloudbase-next-builder 被 cloudbase-plugin-next 包裹之后应该适当暴露一些参数以供参考。
请详细描述您希望的备选解决方案。 A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息 Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。 Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
next.config.js
请对您遇到问题进行清楚、简洁的描述,比如我遇到一个问题,当我...
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
描述您期望的解决方案
Describe the solution you'd like
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
第一点应该考虑一个方案, cloudbase-next-builder 被 cloudbase-plugin-next 包裹之后应该适当暴露一些参数以供参考。
请详细描述您希望的备选解决方案。
A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: