-
Notifications
You must be signed in to change notification settings - Fork 92
chore: upgrade next + eslint in report #3069
New issue
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
Conversation
@@ -8528,7 +8528,7 @@ | |||
"link": "https://github.com/netlify/next-runtime-minimal/issues/564" | |||
}, | |||
{ | |||
"name": "skip-trailing-slash-redirect should be able to redirect locale casing $1", | |||
"name": "skip-trailing-slash-redirect should be able to redirect locale casing $2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sample data, was creating duplicate key warnings when running locally
@@ -1,4 +1,6 @@ | |||
/** @type {import('next').NextConfig} */ | |||
const nextConfig = {} | |||
const nextConfig = { | |||
outputFileTracingRoot: import.meta.dirname, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explicit root to avoid warnings about workspaces / multiple package.json
files
📊 Package size report No changes
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
Description
Within the e2e-report: