next.js
f94e213d - remove legacy deprecated warnings (#65579)

Commit
1 year ago
remove legacy deprecated warnings (#65579) # What Remove the previous deprecated flags and warnings Removed deprecated types: In `next.config.js` - `experimental.incrementalCacheHandlerPath` (has moved to new options in next 14) - `experimental.isrMemoryCacheSize` (has moved to new options in next 14) - `outputFileTracing` (not support customization anymore) - `swcMinify` (not support customization anymore) In `next/types` - `unstable_includeFiles` (already deprecated for a while) - `unstable_excludeFiles` (already deprecated for a while)
Author
Parents
Loading